Date: Mon, 27 Feb 2006 01:44:49 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92451 for review Message-ID: <200602270144.k1R1ink0059133@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92451 Change 92451 by rwatson@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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602270144.k1R1ink0059133>