summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-10-19 22:25:31 +0000
committerpeter <peter@FreeBSD.org>2002-10-19 22:25:31 +0000
commita75c662939cccf6da8e7baee4001220c21b83c06 (patch)
tree699d5520a389614f18bd5f5b5f0079f1d548d2ae
parente534fcd48445a91d1a95d35a34486bea601fc762 (diff)
downloadFreeBSD-src-a75c662939cccf6da8e7baee4001220c21b83c06.zip
FreeBSD-src-a75c662939cccf6da8e7baee4001220c21b83c06.tar.gz
Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)
-rw-r--r--sys/amd64/ia32/syscalls.master3
-rw-r--r--sys/compat/freebsd32/syscalls.master3
-rw-r--r--sys/ia64/ia32/syscalls.master3
-rw-r--r--sys/kern/syscalls.master3
4 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master
index c146d66..90b96a7 100644
--- a/sys/amd64/ia32/syscalls.master
+++ b/sys/amd64/ia32/syscalls.master
@@ -588,3 +588,6 @@
415 UNIMPL BSD __execve_mac
416 UNIMPL BSD newsigreturn
417 UNIMPL BSD newsigaction
+418 UNIMPL BSD __xstat
+419 UNIMPL BSD __xfstat
+420 UNIMPL BSD __xlstat
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index c146d66..90b96a7 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -588,3 +588,6 @@
415 UNIMPL BSD __execve_mac
416 UNIMPL BSD newsigreturn
417 UNIMPL BSD newsigaction
+418 UNIMPL BSD __xstat
+419 UNIMPL BSD __xfstat
+420 UNIMPL BSD __xlstat
diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master
index c146d66..90b96a7 100644
--- a/sys/ia64/ia32/syscalls.master
+++ b/sys/ia64/ia32/syscalls.master
@@ -588,3 +588,6 @@
415 UNIMPL BSD __execve_mac
416 UNIMPL BSD newsigreturn
417 UNIMPL BSD newsigaction
+418 UNIMPL BSD __xstat
+419 UNIMPL BSD __xfstat
+420 UNIMPL BSD __xlstat
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 5027af3..e5e7609 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -601,6 +601,9 @@
415 UNIMPL BSD __execve_mac
416 UNIMPL BSD newsigreturn
417 UNIMPL BSD newsigaction
+418 UNIMPL BSD __xstat
+419 UNIMPL BSD __xfstat
+420 UNIMPL BSD __xlstat
; Please copy any additions and changes to the following compatability tables:
; sys/ia64/ia32/syscalls.master (take a best guess)
OpenPOWER on IntegriCloud