Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2006 15:35:24 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90972 for review
Message-ID:  <200602031535.k13FZOFv001959@repoman.freebsd.org>

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

Change 90972 by rwatson@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 {



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