Bug 56620 - tcptraceroute.c compile fails with: missing terminating " character
Summary: tcptraceroute.c compile fails with: missing terminating " character
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 05:20 UTC by nospam
Modified: 2003-10-08 00:12 UTC (History)
0 users

See Also:


Attachments
file.diff (1.56 KB, patch)
2003-09-09 05:20 UTC, nospam
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nospam 2003-09-09 05:20:12 UTC
	tcptraceroute.c:394:11: missing terminating " character
	tcptraceroute.c: In function `usage':
	tcptraceroute.c:395: error: `l' undeclared (first use in this function)
	tcptraceroute.c:395: error: (Each undeclared identifier is reported only once
	tcptraceroute.c:395: error: for each function it appears in.)
	tcptraceroute.c:395: error: `packet' undeclared (first use in this function)
	tcptraceroute.c:395: error: syntax error before "length"
	tcptraceroute.c:397: error: stray '\' in program
	tcptraceroute.c:397: error: stray '\' in program
	tcptraceroute.c:397:70: missing terminating " character
	tcptraceroute.c:1185:41: missing terminating " character
	tcptraceroute.c: In function `initcapture':
	tcptraceroute.c:1186: error: `tcp' undeclared (first use in this function)
	tcptraceroute.c:1186: error: syntax error before "and"
	tcptraceroute.c:1187:69: missing terminating " character
	*** Error code 1
	 
	 Stop in /usr/ports/net/tcptraceroute/work/tcptraceroute-1.4.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-08 00:12:35 UTC
State Changed
From-To: open->closed

Commited, thanks!