diff options
Diffstat (limited to 'sys/compat/netbsd/syscalls.master')
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index 5f96d87747a..c1b5a251691 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.6 1999/09/17 12:13:47 kstailey Exp $ +; $OpenBSD: syscalls.master,v 1.7 1999/09/17 13:41:29 kstailey Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -506,8 +506,7 @@ ; 240 NOARGS { int sys_nanosleep(const struct timespec *rqtp, \ struct timespec *rmtp); } -241 UNIMPL -;241 STD { int sys_fdatasync(int fd); } +241 STD { int netbsd_sys_fdatasync(int fd); } 242 UNIMPL 243 UNIMPL 244 UNIMPL |