Date: Thu, 16 Jun 2005 10:50:49 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78613 for review Message-ID: <200506161050.j5GAonKI008244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78613 Change 78613 by rwatson@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506161050.j5GAonKI008244>