diff options
author | Brad Smith <brad@cvs.openbsd.org> | 1999-10-07 17:23:54 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 1999-10-07 17:23:54 +0000 |
commit | a1088c6616f8a77bc5c5fd38a08fd99af61853dc (patch) | |
tree | 3fa892330044c53afb642a24d5293af29f32f846 /sys/compat/svr4/syscalls.master | |
parent | ff5c80ff74db4e82ba664c9b3e079048d5688f69 (diff) |
- fix typo in previous commit
- Implement fstatvfs64 system call
Diffstat (limited to 'sys/compat/svr4/syscalls.master')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 1cfe8aed631..749e6e0835d 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.25 1999/10/07 16:14:28 brad Exp $ + $OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -329,7 +329,8 @@ 217 STD { int svr4_sys_fstat64(int fd, \ struct svr4_stat64 *sb); } 218 UNIMPL statvfs64 -219 UNIMPL fstatvfs64 +219 STD { int svr4_sys_fstatvfs64(int fd, \ + struct svr4_statvfs64 *fs); } 220 UNIMPL setrlimit64 221 UNIMPL getrlimit64 222 UNIMPL pread64 |