summaryrefslogtreecommitdiff
path: root/sys/alpha/linux
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-03-29 07:59:10 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-03-29 07:59:10 +0000
commit1e8dabab3f20c1edf0b2b320ee0f140f8cd786b5 (patch)
tree8114fecc253be645028155a3a369208061bd0bf4 /sys/alpha/linux
parent94316d1ddb387c49696baf0b3d9e34af377cf291 (diff)
Notes
Diffstat (limited to 'sys/alpha/linux')
-rw-r--r--sys/alpha/linux/syscalls.master7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index 2db053da188f..e25f1fa03be0 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.8 1998/03/29 06:35:22 peter Exp $
+ $Id: syscalls.master,v 1.9 1998/03/29 07:53:19 peter Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@@ -47,8 +47,7 @@
13 STD LINUX { int linux_time(linux_time_t *tm); }
14 STD LINUX { int linux_mknod(char *path, int mode, int dev); }
15 STD LINUX { int linux_chmod(char *path, int mode); }
-; XXX linux_chown is really meant to be linux_lchown
-16 STD LINUX { int linux_chown(char *path, int uid, int gid); }
+16 STD LINUX { int linux_lchown(char *path, int uid, int gid); }
17 STD LINUX { int linux_break(char *nsize); }
18 STD LINUX { int linux_stat(char *path, struct ostat *up); }
19 STD LINUX { int linux_lseek(int fdes, long off, int whence); }
@@ -253,4 +252,4 @@
179 UNIMPL LINUX rt_sigsuspend
180 UNIMPL LINUX pread
181 UNIMPL LINUX pwrite
-182 UNIMPL LINUX chown
+182 STD LINUX { int linux_chown(char *path, int uid, int gid); }