PERFORCE change 79881 for review
Wayne Salamon
wsalamon at FreeBSD.org
Sun Jul 10 01:49:01 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79881
Change 79881 by wsalamon at rickenbacker on 2005/07/10 01:48:27
Temporarily comment out the conditional around the include of
segments.h in order to compile an AUDIT conf.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/i386/include/pcb.h#4 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/i386/include/pcb.h#4 (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