diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 8518fed7865..33c17fde4a4 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.21 1997/12/09 10:59:50 deraadt Exp $ + $OpenBSD: syscalls.master,v 1.22 1998/02/10 13:41:55 niklas Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -143,7 +143,7 @@ 74 OBSOL rfstart 75 OBSOL sigret #ifdef COMPAT_SVR4_NCR -76 STD { int svr4_ncr_sys_rdebug(); } +76 STD { int svr4_ncr_sys_rdebug(void); } #else 76 OBSOL rdebug #endif |