Bug 56620

Summary: tcptraceroute.c compile fails with: missing terminating " character
Product: Ports & Packages Reporter: nospam <nospam>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!