diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-10 13:41:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-10 13:41:56 +0000 |
commit | 8cac130c7132f907d232c05eb7be5992503751a3 (patch) | |
tree | b06322cb896eb76d67e83176bc92aaaf23a60ab5 /sys | |
parent | e773a3458d95d337208b58a1d260f0b1bd57a3b4 (diff) |
fake rdebug proto
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 |