Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 11:51:03 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20660 for review
Message-ID:  <200211041951.gA4Jp3Ka026014@repoman.freebsd.org>

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

Change 20660 by rwatson@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@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?200211041951.gA4Jp3Ka026014>