diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:35:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:35:43 +0000 |
commit | 794ce5f22b8dbaa4f1e0221b157364f627e07ee3 (patch) | |
tree | 3328e09bc02cd1cd3105e167c327ab4369faf3c6 /sys/compat/bsdos/syscalls.master | |
parent | bfef69f9f788020aeb2db77d2e73fe7205322d54 (diff) |
make msync() have 3 args
Diffstat (limited to 'sys/compat/bsdos/syscalls.master')
-rw-r--r-- | sys/compat/bsdos/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/bsdos/syscalls.master b/sys/compat/bsdos/syscalls.master index 3e0a4a84474..09d51e08eed 100644 --- a/sys/compat/bsdos/syscalls.master +++ b/sys/compat/bsdos/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.2 1997/09/03 13:20:55 downsj Exp $ + $OpenBSD: syscalls.master,v 1.3 1997/11/13 18:35:21 deraadt Exp $ ; OpenBSD COMPAT_BSDOS system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) @@ -131,7 +131,7 @@ 63 NOARGS { int compat_43_sys_getkerninfo(int op, char *where, \ int *size, int arg); } ogetkerninfo 64 NOARGS { int compat_43_sys_getpagesize(void); } ogetpagesize -65 NOARGS { int sys_msync(caddr_t addr, size_t len, int flags); } +65 NOARGS { int sys_msync(void *addr, size_t len, int flags); } 66 NOARGS { int sys_vfork(void); } 67 OBSOL vread 68 OBSOL vwrite |