PERFORCE change 160699 for review
Robert Watson
rwatson at FreeBSD.org
Thu Apr 16 07:08:04 PDT 2009
http://perforce.freebsd.org/chv.cgi?CH=160699
Change 160699 by rwatson at rwatson_cinnamon_macosx on 2009/04/16 14:08:00
Mac OS X Leopard documents sys/param.h and sys/mount.h for statfs(),
but it turns out it also requires queue.h?
Affected files ...
.. //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 (text+ko) ====
@@ -26,7 +26,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#9 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 $
*/
#include <sys/param.h>
@@ -34,13 +34,13 @@
#include <config/config.h>
#include <sys/dirent.h>
-#include <sys/mount.h>
-#include <sys/socket.h>
#ifdef HAVE_FULL_QUEUE_H
#include <sys/queue.h>
#else /* !HAVE_FULL_QUEUE_H */
#include <compat/queue.h>
#endif /* !HAVE_FULL_QUEUE_H */
+#include <sys/mount.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
More information about the p4-projects
mailing list