PERFORCE change 19576 for review
Robert Watson
rwatson at freebsd.org
Fri Oct 18 20:29:49 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19576
Change 19576 by rwatson at rwatson_tislabs on 2002/10/18 13:29:39
Remove an errant #ifdef MAC that might have crept in during
recent integs -- get GENERIC building a little better.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#94 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#94 (text+ko) ====
@@ -3901,9 +3901,7 @@
cnt -= auio.uio_resid;
td->td_retval[0] = cnt;
-#ifdef MAC
done:
-#endif
VOP_UNLOCK(vp, 0, td);
vn_finished_write(mp);
return (error);
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