summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-10 22:08:37 +0000
committerpeter <peter@FreeBSD.org>2003-12-10 22:08:37 +0000
commit4c2b7999cfefb9ac291078e4e31d80190ec2f860 (patch)
tree583ea6e91861d94468bda3156a1c17717af3b693
parent76dc1df2f95a806fc77ab5061960efd0d02b93c4 (diff)
downloadFreeBSD-src-4c2b7999cfefb9ac291078e4e31d80190ec2f860.zip
FreeBSD-src-4c2b7999cfefb9ac291078e4e31d80190ec2f860.tar.gz
Update file locations for syscall tables to copy to.
-rw-r--r--sys/kern/syscalls.master7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 76ed423..1ac0934 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -33,7 +33,8 @@
;
; 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]
+; sys/compat/freebsd32/syscalls.master
+
; #ifdef's, etc. may be included, and are copied to the output files.
#include <sys/param.h>
@@ -82,7 +83,7 @@
26 STD BSD { int ptrace(int req, pid_t pid, caddr_t addr, \
int data); }
27 MSTD BSD { int recvmsg(int s, struct msghdr *msg, int flags); }
-28 MSTD BSD { int sendmsg(int s, caddr_t msg, int flags); }
+28 MSTD BSD { int sendmsg(int s, struct msghdr *msg, int flags); }
29 MSTD BSD { int recvfrom(int s, caddr_t buf, size_t len, \
int flags, caddr_t from, int *fromlenaddr); }
30 MSTD BSD { int accept(int s, caddr_t name, int *anamelen); }
@@ -644,4 +645,4 @@
; 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]
+; sys/compat/freebsd32/syscalls.master
OpenPOWER on IntegriCloud