PERFORCE change 92451 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 26 17:44:54 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92451

Change 92451 by rwatson at rwatson_peppercorn on 2006/02/27 01:43:52

	This is compat/queue.h.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/compat/queue.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/compat/queue.h#3 (text+ko) ====

@@ -29,11 +29,11 @@
  *	@(#)queue.h	8.5 (Berkeley) 8/20/94
  *
  * Derived from FreeBSD src/sys/sys/queue.h:1.63.
- * $P4: //depot/projects/trustedbsd/openbsm/compat/queue.h#2 $
+ * $P4: //depot/projects/trustedbsd/openbsm/compat/queue.h#3 $
  */
 
-#ifndef _SYS_QUEUE_H_
-#define	_SYS_QUEUE_H_
+#ifndef _COMPAT_QUEUE_H_
+#define	_COMPAT_QUEUE_H_
 
 #include <sys/cdefs.h>
 
@@ -539,4 +539,4 @@
 	QMD_TRACE_ELEM(&(elm)->field);					\
 } while (0)
 
-#endif /* !_SYS_QUEUE_H_ */
+#endif /* !_COMPAT_QUEUE_H_ */


More information about the trustedbsd-cvs mailing list