PERFORCE change 90972 for review
Robert Watson
rwatson at FreeBSD.org
Fri Feb 3 15:35:24 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=90972
Change 90972 by rwatson at rwatson_zoo on 2006/02/03 15:34:30
Don't conditionalize include of segments.h now that user.h is not
included from audit.h.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/i386/include/pcb.h#6 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/i386/include/pcb.h#6 (text+ko) ====
@@ -39,9 +39,9 @@
/*
* Intel 386 process control block
*/
-//#ifndef _KERNEL
+#ifndef _KERNEL
#include <machine/segments.h>
-//#endif
+#endif
#include <machine/npx.h>
struct pcb {
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list