PERFORCE change 147980 for review

Robert Watson rwatson at FreeBSD.org
Thu Aug 21 08:17:18 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147980

Change 147980 by rwatson at rwatson_freebsd_capabilities on 2008/08/21 08:16:31

	With capabilities, code depending on "struct file" requires queue.h.
	This is probably not quite right.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/sys/file.h#9 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/sys/file.h#9 (text+ko) ====

@@ -36,6 +36,7 @@
 #ifndef _KERNEL
 #include <sys/types.h> /* XXX */
 #include <sys/fcntl.h>
+#include <sys/queue.h>
 #include <sys/unistd.h>
 #else
 #include <sys/queue.h>


More information about the p4-projects mailing list