PERFORCE change 172961 for review

Robert Watson rwatson at FreeBSD.org
Mon Jan 11 11:00:44 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=172961

Change 172961 by rwatson at 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"


More information about the p4-projects mailing list