diff options
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 2b6f7a7..b0b0ead 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -189,7 +189,7 @@ 113 OBSOL BSD orecvmsg 114 OBSOL BSD osendmsg 115 OBSOL NOHIDE vtrace -116 STD BSD { int freebsd32_gettimeofday(struct timeval32 *tp, \ +116 MSTD BSD { int freebsd32_gettimeofday(struct timeval32 *tp, \ struct timezone *tzp); } 117 STD BSD { int freebsd32_getrusage(int who, \ struct rusage32 *rusage); } |