Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 09:41:47 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169482 for review
Message-ID:  <200910140941.n9E9fl8D001290@repoman.freebsd.org>

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

Change 169482 by rwatson@rwatson_cinnamon on 2009/10/14 09:41:06

	Add missing capability.h include for amd64 build.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/amd64/linux32/linux32_machdep.c#7 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/amd64/linux32/linux32_machdep.c#7 (text+ko) ====

@@ -34,6 +34,7 @@
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/systm.h>
+#include <sys/capability.h>
 #include <sys/file.h>
 #include <sys/fcntl.h>
 #include <sys/clock.h>



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