diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 |
| commit | e0554a531f17f56167f978eddf29a09cc6ae9f32 (patch) | |
| tree | 3b5579370346d51f378192429db2130e5e82a6e4 /lib/libc/posix1e/mac_exec.c | |
| parent | 9d4156aed31c055ba32bc23b2a53d885002de085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/posix1e/mac_exec.c')
| -rw-r--r-- | lib/libc/posix1e/mac_exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac_exec.c b/lib/libc/posix1e/mac_exec.c index b89a73ee16c1..fb3f994114db 100644 --- a/lib/libc/posix1e/mac_exec.c +++ b/lib/libc/posix1e/mac_exec.c @@ -34,6 +34,9 @@ #include <sys/types.h> #include <sys/mac.h> +extern int __mac_execve(char *fname, char **argv, char **envv, + struct mac *mac_p); + int mac_execve(char *fname, char **argv, char **envv, struct mac *label) { |
