PERFORCE change 91218 for review

Robert Watson rwatson at FreeBSD.org
Mon Feb 6 02:16:23 GMT 2006


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

Change 91218 by rwatson at rwatson_peppercorn on 2006/02/06 02:15:55

	Remove one more minor white space difference from vendor.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/kern/vfs_syscalls.c#23 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/kern/vfs_syscalls.c#23 (text+ko) ====

@@ -3072,7 +3072,6 @@
 		return(EINVAL);
 	if ((error = getvnode(td->td_proc->p_fd, uap->fd, &fp)) != 0)
 		return (error);
-
 	if ((fp->f_flag & FWRITE) == 0) {
 		fdrop(fp, td);
 		return (EINVAL);
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