PERFORCE change 87601 for review
Todd Miller
millert at FreeBSD.org
Thu Dec 1 21:06:36 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=87601
Change 87601 by millert at millert_g4tower on 2005/12/01 21:06:16
#if 0 out some dead code
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#22 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#22 (text+ko) ====
@@ -1374,6 +1374,7 @@
}
#endif /* HAS_PIPES */
+#if 0 /* XXX */
static int
sebsd_check_proc_debug(struct ucred *cred, struct proc *proc)
{
@@ -1387,6 +1388,7 @@
return (cred_has_perm(cred, proc, PROCESS__SETSCHED));
}
+#endif
static int
sebsd_check_proc_signal(struct ucred *cred, struct proc *proc, int signum)
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