Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 14:35:55 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20206 for review
Message-ID:  <200210262135.g9QLZt9j027729@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20206

Change 20206 by rwatson@rwatson_tislabs on 2002/10/26 14:34:56

	Don't need these stubs: they're not invoked from the rest
	of the kernel if MAC isn't compiled in.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#333 edit

Differences ...

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

@@ -4122,16 +4122,4 @@
 	return (ENOSYS);
 }
 
-int
-mac_execve_enter(struct image_params *imgp, struct mac *mac_p,
-    struct label *execlabelstorage)
-{
-
-	return (0);
-}
-
-void
-mac_execve_exit(struct image_params *imgp)
-{
-}
 #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?200210262135.g9QLZt9j027729>