Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 13:38:39 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93041 for review
Message-ID:  <200603091338.k29Dcdar096948@repoman.freebsd.org>

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

Change 93041 by rwatson@rwatson_peppercorn on 2006/03/09 13:37:54

	Include capability.h for definition of CAP_SYS_RAWIO.
	
	Submitted by:	Dingo <dingo at microbsd dot net>

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/amd64/amd64/machdep.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/amd64/amd64/machdep.c#13 (text+ko) ====

@@ -61,6 +61,7 @@
 #include <sys/buf.h>
 #include <sys/bus.h>
 #include <sys/callout.h>
+#include <sys/capability.h>
 #include <sys/cons.h>
 #include <sys/cpu.h>
 #include <sys/eventhandler.h>



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