PERFORCE change 91218 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sun Feb  5 18:16:25 PST 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);
    
    
More information about the p4-projects
mailing list