Date: Thu, 1 Dec 2005 21:06:36 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87601 for review Message-ID: <200512012106.jB1L6asS082478@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87601 Change 87601 by millert@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512012106.jB1L6asS082478>