PERFORCE change 15150 for review

Robert Watson rwatson at freebsd.org
Mon Jul 29 23:32:39 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15150

Change 15150 by rwatson at rwatson_paprika on 2002/07/29 16:31:40

	'error' is only used in the MAC case in vn_poll().

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#33 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#33 (text+ko) ====

@@ -789,7 +789,9 @@
 	struct thread *td;
 {
 	struct vnode *vp;
+#ifdef MAC
 	int error;
+#endif
 
 	vp = (struct vnode *)fp->f_data;
 #ifdef MAC
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