summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-10-15 01:36:45 +0000
committerpeter <peter@FreeBSD.org>2002-10-15 01:36:45 +0000
commit805d2c9f3e3768596e6fec3387deaa55c5fdfec8 (patch)
tree4381da2f2b5c55836cbead4422206637a5a8d0e7 /sys
parenta909dc6bccdc50a3456ba7e54ee119891c66c12d (diff)
downloadFreeBSD-src-805d2c9f3e3768596e6fec3387deaa55c5fdfec8.zip
FreeBSD-src-805d2c9f3e3768596e6fec3387deaa55c5fdfec8.tar.gz
Restore pointer that was removed in 1.128. This wasn't a merge-o.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index b0de50b..190405c 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -598,3 +598,7 @@
void *data, size_t nbytes); }
414 STD BSD { int extattr_delete_link(const char *path, \
int attrnamespace, const char *attrname); }
+
+; Please copy any additions and changes to the following compatability tables:
+; sys/ia64/ia32/syscalls.master (take a best guess)
+; [other 64 bit platforms with an alternate 32 bit syscall table go here too]
OpenPOWER on IntegriCloud