Date: Mon, 29 Jul 2002 16:28:33 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 15148 for review Message-ID: <200207292328.g6TNSXVM000630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15148 Change 15148 by rwatson@rwatson_paprika on 2002/07/29 16:28:28 Remove stale definition of __mac_get_peer() in the non-MAC code. Affected files ... .. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#220 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#220 (text+ko) ==== @@ -3106,11 +3106,4 @@ return (ENOSYS); } -int -__mac_get_peer(struct thread *td, struct __mac_get_peer_args *uap) -{ - - return (ENOSYS); -} - #endif /* !MAC */ 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?200207292328.g6TNSXVM000630>