Date: Tue, 21 Apr 2009 12:47:09 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_mroute.h src/usr.bin/netstat mroute.c Message-ID: <200904211252.n3LCqeI0013575@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2009-04-21 12:47:09 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.h usr.bin/netstat mroute.c Log: SVN rev 191356 on 2009-04-21 12:47:09Z by bms Bracket struct mfc and struct rtdetq with #ifdef _KERNEL. Match the bracketing in netstat. Since the cleanup of MROUTING, ports have broken because they expect to include <netinet/ip_mroute.h> without including <sys/queue.h>. Fix breakage at source. The real fix, of course, is to fix the MROUTING APIs by blowing them away and replacing them with something else... Revision Changes Path 1.35 +5 -1 src/sys/netinet/ip_mroute.h 1.34 +3 -0 src/usr.bin/netstat/mroute.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904211252.n3LCqeI0013575>