Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 16:30:36 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15149 for review
Message-ID:  <200207292330.g6TNUaOi001114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15149

Change 15149 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207292330.g6TNUaOi001114>