Date: Mon, 11 Jan 2010 11:00:43 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 172961 for review Message-ID: <201001111100.o0BB0h0c042804@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=172961 Change 172961 by rwatson@rwatson_vimage_client on 2010/01/11 10:59:51 With higher warnings level, proper include of capability.h is now required. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/contrib/tcpdump/tcpdump.c#4 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/contrib/tcpdump/tcpdump.c#4 (text+ko) ==== @@ -76,6 +76,7 @@ #include <errno.h> #endif /* WIN32 */ +#include <sys/capability.h> #include "netdissect.h" #include "interface.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001111100.o0BB0h0c042804>