PERFORCE change 15149 for review

Robert Watson rwatson at freebsd.org
Mon Jul 29 23:30:36 GMT 2002


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

Change 15149 by rwatson at rwatson_paprika on 2002/07/29 16:29:57

	'error' is unused in cttypoll() in the non-MAC case.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/tty_tty.c#8 edit

Differences ...

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

@@ -219,7 +219,9 @@
 	struct thread *td;
 {
 	struct vnode *ttyvp;
+#ifdef MAC
 	int error;
+#endif
 
 	PROC_LOCK(td->td_proc);
 	SESS_LOCK(td->td_proc->p_session);
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