From 0d65b541d4b09e3c91112b5b2ffe0efa9a390a55 Mon Sep 17 00:00:00 2001 From: nectar Date: Thu, 27 Feb 2003 13:40:01 +0000 Subject: Eliminate 19 warnings in libc (at level WARNS=2) of the `implicit declaration of function' variety. --- lib/libc/posix1e/mac_set.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libc/posix1e') diff --git a/lib/libc/posix1e/mac_set.c b/lib/libc/posix1e/mac_set.c index 4e09576..4353ee6 100644 --- a/lib/libc/posix1e/mac_set.c +++ b/lib/libc/posix1e/mac_set.c @@ -34,6 +34,11 @@ #include #include +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) { -- cgit v1.1