Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 01:49:01 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79881 for review
Message-ID:  <200507100149.j6A1n10e013055@repoman.freebsd.org>

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

Change 79881 by wsalamon@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 {



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