PERFORCE change 45234 for review
Robert Watson
rwatson at FreeBSD.org
Mon Jan 12 23:40:37 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=45234
Change 45234 by rwatson at 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.
*/
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