diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-27 13:40:01 +0000 | 
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-27 13:40:01 +0000 | 
| commit | 2bbd7cf8204609d07c36511f2a57ca282f05b6f2 (patch) | |
| tree | 205498ba7f9a56de737c44c088026af3e03556ca /lib/libc/posix1e/mac_set.c | |
| parent | 20902bd3e19d215edc5d198801bac4b7956bf83e (diff) | |
Notes
Diffstat (limited to 'lib/libc/posix1e/mac_set.c')
| -rw-r--r-- | lib/libc/posix1e/mac_set.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac_set.c b/lib/libc/posix1e/mac_set.c index 4e09576cbb44..4353ee64f1d8 100644 --- a/lib/libc/posix1e/mac_set.c +++ b/lib/libc/posix1e/mac_set.c @@ -34,6 +34,11 @@  #include <sys/types.h>  #include <sys/mac.h> +extern	int	__mac_set_fd(int fd, struct mac *mac_p); +extern	int	__mac_set_file(const char *path_p, struct mac *mac_p); +extern	int	__mac_set_link(const char *path_p, struct mac *mac_p); +extern	int	__mac_set_proc(struct mac *mac_p); +  int  mac_set_fd(int fd, struct mac *label)  {  | 
