summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2007-10-19 19:17:53 +0000
committeremaste <emaste@FreeBSD.org>2007-10-19 19:17:53 +0000
commit87bf077fa0bd429f090761d97460bdb0733fde62 (patch)
tree9c56252459324af67ba3976f568a4a1756b54a3f /sys/kern/syscalls.master
parent0b7a220b01ff5e8c8d2619e6101169245de5f7ba (diff)
downloadFreeBSD-src-87bf077fa0bd429f090761d97460bdb0733fde62.zip
FreeBSD-src-87bf077fa0bd429f090761d97460bdb0733fde62.tar.gz
Put comments about syscalls by the correct ones, and use the correct syscall
number in the comment.
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 1189f2c..9538e4f 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -324,12 +324,12 @@
; 169 is initialized by the SYSVSEM code if present or loaded
169 AUE_SEMSYS NOSTD { int semsys(int which, int a2, int a3, \
int a4, int a5); }
-; 169 is initialized by the SYSVMSG code if present or loaded
; XXX should be { int semsys(int which, ...); }
+; 170 is initialized by the SYSVMSG code if present or loaded
170 AUE_MSGSYS NOSTD { int msgsys(int which, int a2, int a3, \
int a4, int a5, int a6); }
-; 169 is initialized by the SYSVSHM code if present or loaded
; XXX should be { int msgsys(int which, ...); }
+; 171 is initialized by the SYSVSHM code if present or loaded
171 AUE_SHMSYS NOSTD { int shmsys(int which, int a2, int a3, \
int a4); }
; XXX should be { int shmsys(int which, ...); }
OpenPOWER on IntegriCloud