summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-07-30 02:06:34 +0000
committerrwatson <rwatson@FreeBSD.org>2002-07-30 02:06:34 +0000
commitfec973334a9a0d8917c58ce8f57512da101d9e7c (patch)
tree223d8a4b869fd08f557e763fe7def6bb342155ab
parent6d3a50a17cdd2b7503505516cd3b0c8d16eeb112 (diff)
downloadFreeBSD-src-fec973334a9a0d8917c58ce8f57512da101d9e7c.zip
FreeBSD-src-fec973334a9a0d8917c58ce8f57512da101d9e7c.tar.gz
Prototype function arguments, only with MAC-specific structures
replaced with void until we bring in the actual structure definitions. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
-rw-r--r--sys/kern/syscalls.master12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index bf41720..bf64f0f 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -553,12 +553,12 @@
int new_grp_flag); }
382 STD BSD { int thread_wakeup(struct thread_mailbox *tmbx); }
383 MSTD BSD { int kse_yield(void); }
-384 UNIMPL BSD __mac_get_proc
-385 UNIMPL BSD __mac_set_proc
-386 UNIMPL BSD __mac_get_fd
-387 UNIMPL BSD __mac_get_file
-388 UNIMPL BSD __mac_set_fd
-389 UNIMPL BSD __mac_set_file
+384 MSTD BSD { int __mac_get_proc(void *dummy); }
+385 MSTD BSD { int __mac_set_proc(void *dummy); }
+386 MSTD BSD { int __mac_get_fd(int fd, void *dummy); }
+387 MSTD BSD { int __mac_get_file(const char *path_p, void *dummy); }
+388 MSTD BSD { int __mac_set_fd(int fd, void *dummy); }
+389 MSTD BSD { int __mac_set_file(const char *path_p, void *dummy); }
390 STD BSD { int kenv(int what, const char *name, char *value, \
int len); }
391 STD BSD { int lchflags(const char *path, int flags); }
OpenPOWER on IntegriCloud