Lukas Ertl wrote: > > On Fri, 18 Nov 2005, Andre Oppermann wrote: > > > andre 2005-11-18 20:12:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet igmp.c ip_fastfwd.c ip_icmp.c ip_input.c > > ip_mroute.c ip_output.c ip_var.h > > tcp_input.c tcp_output.c tcp_syncache.c > > udp_usrreq.c > > sys/conf files > > Added files: > > sys/netinet ip_options.c ip_options.h > > Log: > > Consolidate all IP Options handling functions into ip_options.[ch] and > > include ip_options.h into all files making use of IP Options functions. > > I think this breaks buildworld in sbin/ping: > > cc -O2 -fno-strict-aliasing -pipe -DIPSEC -DRESCUE -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /usr/src/sbin/ping/ping.c > /usr/src/sbin/ping/ping.c: In function `main': > /usr/src/sbin/ping/ping.c:240: error: `MAX_IPOPTLEN' undeclared (first use in > this function) > /usr/src/sbin/ping/ping.c:240: error: (Each undeclared identifier is reported > only once > /usr/src/sbin/ping/ping.c:240: error: for each function it appears in.) > /usr/src/sbin/ping/ping.c:240: warning: unused variable `rspace' > /usr/src/sbin/ping/ping.c: In function `pr_pack': > /usr/src/sbin/ping/ping.c:1016: error: `MAX_IPOPTLEN' undeclared (first use > in this function) > /usr/src/sbin/ping/ping.c:1016: warning: unused variable `old_rr' > *** Error code 1
Fixed. Thanks for the report. -- Andre _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
