Date: Mon, 12 Jan 2004 15:40:37 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45234 for review Message-ID: <200401122340.i0CNebeA013466@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45234 Change 45234 by rwatson@rwatson_paprika on 2004/01/12 15:40:18 Remove DARWIN_FOO now that the one remaining compile issue is the lack of a vn_getpath(). Affected files ... .. //depot/projects/trustedbsd/audit2/sys/security/audit/bsm_klib.c#6 edit Differences ... ==== //depot/projects/trustedbsd/audit2/sys/security/audit/bsm_klib.c#6 (text+ko) ==== @@ -749,10 +749,7 @@ } if (vnp != NULL) { len = MAXPATHLEN; -#error DARWIN_FOO -#ifdef DARWIN_FOO vn_getpath(vnp, cpath, &len); -#endif /* The length returned by vn_getpath() is two greater than the * number of characters in the string. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401122340.i0CNebeA013466>