PERFORCE change 20660 for review

Robert Watson rwatson at freebsd.org
Mon Nov 4 19:51:03 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=20660

Change 20660 by rwatson at rwatson_tislabs on 2002/11/04 11:50:48

	Reflect __execve_mac() rename to __mac_execve().

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_exec.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_exec.c#2 (text+ko) ====

@@ -38,8 +38,8 @@
 #include <sys/mac.h>
 
 int
-execve_mac(char *fname, char **argv, char **envv, struct mac *label)
+mac_execve(char *fname, char **argv, char **envv, struct mac *label)
 {
 
-	return (__execve_mac(fname, argv, envv, label));
+	return (__mac_execve(fname, argv, envv, label));
 }
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