PERFORCE change 78613 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 16 10:50:49 GMT 2005


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

Change 78613 by rwatson at rwatson_paprika on 2005/06/16 10:50:02

	Darwin uses KERNEL not _KERNEL.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/bsd/sys/sbuf.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/bsd/sys/sbuf.h#2 (text+ko) ====

@@ -74,7 +74,7 @@
 int		 sbuf_done(struct sbuf *);
 void		 sbuf_delete(struct sbuf *);
 
-#ifdef _KERNEL
+#ifdef KERNEL
 struct uio;
 struct sbuf	*sbuf_uionew(struct sbuf *, struct uio *, int *);
 int		 sbuf_bcopyin(struct sbuf *, const void *, size_t);
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