summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall-hide.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-26 20:28:54 +0000
committerphk <phk@FreeBSD.org>1997-10-26 20:28:54 +0000
commitd9574c43edc723778db9f6eefab8d2a1695c279b (patch)
tree1b76c4dcad999bd3ab637c3091df1307263f71bf /sys/sys/syscall-hide.h
parent66ca2aae2b17cc17d077a3d8e16c3f0cf176c348 (diff)
downloadFreeBSD-src-d9574c43edc723778db9f6eefab8d2a1695c279b.zip
FreeBSD-src-d9574c43edc723778db9f6eefab8d2a1695c279b.tar.gz
Remade syscalls.master derived files.
Diffstat (limited to 'sys/sys/syscall-hide.h')
-rw-r--r--sys/sys/syscall-hide.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index 9089054..b940734 100644
--- a/sys/sys/syscall-hide.h
+++ b/sys/sys/syscall-hide.h
@@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.43 1997/09/14 16:51:14 phk Exp
+ * created from Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp
*/
HIDE_POSIX(fork)
@@ -145,19 +145,11 @@ HIDE_POSIX(setsid)
HIDE_BSD(quotactl)
HIDE_BSD(quota)
HIDE_BSD(getsockname)
-#ifdef NFS
HIDE_BSD(nfssvc)
-#else
-HIDE_BSD(nosys)
-#endif
HIDE_BSD(getdirentries)
HIDE_BSD(statfs)
HIDE_BSD(fstatfs)
-#if defined(NFS) && !defined (NFS_NOSERVER)
HIDE_BSD(getfh)
-#else
-HIDE_BSD(nosys)
-#endif
HIDE_BSD(getdomainname)
HIDE_BSD(setdomainname)
HIDE_BSD(uname)
OpenPOWER on IntegriCloud