summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-10-13 13:19:34 +0000
committerrwatson <rwatson@FreeBSD.org>2001-10-13 13:19:34 +0000
commite009a47460418f88a21e68ee0fcfdfca69904833 (patch)
treef430f17e7c508efc4c2ac1219ba128926dcf2f19 /sys/kern/syscalls.master
parent6ac346584a910f8cfb379b7582cec763b1867747 (diff)
downloadFreeBSD-src-e009a47460418f88a21e68ee0fcfdfca69904833.zip
FreeBSD-src-e009a47460418f88a21e68ee0fcfdfca69904833.tar.gz
o Reserve system call 377 for afs_syscall; by reserving a system call
number, portable OpenAFS applications don't have to attempt to determine what system call number was dynamically allocated. No system call prototype or implementation is defined. Requested by: Tom Maher <tardis@watson.org>
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index b874090..be203ea 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -545,3 +545,4 @@
374 MSTD BSD { int __setugid(int flag); }
375 NOIMPL BSD { int nfsclnt(int flag, caddr_t argp); }
376 STD BSD { int eaccess(char *path, int flags); }
+377 UNIMPL BSD afs_syscall
OpenPOWER on IntegriCloud