Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2008 08:17:17 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147980 for review
Message-ID:  <200808210817.m7L8HHCt083320@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147980

Change 147980 by rwatson@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808210817.m7L8HHCt083320>