summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-03-18 20:47:36 +0000
committernetchild <netchild@FreeBSD.org>2006-03-18 20:47:36 +0000
commitd1db96cb48e485fb9f14532b1ee1a979b4739114 (patch)
tree4128a9f069bd937c90534aa10dd2a3a74d63bd98 /sys/i386
parent1a84cbb2c6edd2929ab017388e746827135d80fc (diff)
downloadFreeBSD-src-d1db96cb48e485fb9f14532b1ee1a979b4739114.zip
FreeBSD-src-d1db96cb48e485fb9f14532b1ee1a979b4739114.tar.gz
Fixup some problems in my previous commit (COMPAT_43).
Pointyhat to: netchild
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/syscalls.master6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 6e16865..aec641f 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -141,7 +141,7 @@
72 AUE_NULL MSTD { int linux_sigsuspend(l_int hist0, \
l_int hist1, l_osigset_t mask); }
73 AUE_NULL MSTD { int linux_sigpending(l_osigset_t *mask); }
-74 AUE_SYSCTL MNOPROTO { int linux_sethostname(char *hostname, \
+74 AUE_SYSCTL MSTD { int linux_sethostname(char *hostname, \
u_int len); }
75 AUE_SETRLIMIT MSTD { int linux_setrlimit(l_uint resource, \
struct l_rlimit *rlim); }
@@ -162,7 +162,7 @@
82 AUE_SELECT MSTD { int linux_old_select( \
struct l_old_select_argv *ptr); }
83 AUE_SYMLINK MSTD { int linux_symlink(char *path, char *to); }
-84 AUE_STAT MNOPROTO { int linux_stat(char *path, struct ostat *up); }
+84 AUE_STAT MSTD { int linux_lstat(char *path, struct ostat *up); }
85 AUE_READLINK MSTD { int linux_readlink(char *name, char *buf, \
l_int count); }
86 AUE_USELIB STD { int linux_uselib(char *library); }
@@ -175,7 +175,7 @@
91 AUE_MUNMAP MNOPROTO { int munmap(caddr_t addr, int len); }
92 AUE_TRUNCATE MSTD { int linux_truncate(char *path, \
l_ulong length); }
-93 AUE_FTRUNCATE MNOPROTO { int linux_ftruncate(int fd, long length); }
+93 AUE_FTRUNCATE MSTD { int linux_ftruncate(int fd, long length); }
94 AUE_FCHMOD MNOPROTO { int fchmod(int fd, int mode); }
95 AUE_FCHOWN MNOPROTO { int fchown(int fd, int uid, int gid); }
96 AUE_GETPRIORITY MSTD { int linux_getpriority(int which, int who); }
OpenPOWER on IntegriCloud