Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat make this match the main syscalls.master a bit be...
details: https://anonhg.NetBSD.org/src/rev/c64c3ba8445a
branches: trunk
changeset: 467519:c64c3ba8445a
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Mar 25 15:33:48 1999 +0000
description:
make this match the main syscalls.master a bit better.
diffstat:
sys/compat/netbsd32/syscalls.master | 8 ++++----
sys/compat/sparc32/syscalls.master | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (64 lines):
diff -r 0f3ab892a4fe -r c64c3ba8445a sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master Thu Mar 25 13:14:42 1999 +0000
+++ b/sys/compat/netbsd32/syscalls.master Thu Mar 25 15:33:48 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp $
+ $NetBSD: syscalls.master,v 1.6 1999/03/25 15:33:48 mrg Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -269,19 +269,19 @@
167 UNIMPL
168 UNIMPL
; XXX more generally, never on machines where sizeof(sparc32_voidp ) != sizeof(int)
-#if defined(SYSVSEM) && !defined(alpha)
+#if defined(SYSVSEM) && !defined(alpha) && defined(COMPAT_10)
169 STD { int compat_sparc32_compat_10_sys_semsys(int which, int a2, int a3, int a4, int a5); } osemsys
#else
169 UNIMPL 1.0 semsys
#endif
; XXX more generally, never on machines where sizeof(sparc32_voidp ) != sizeof(int)
-#if defined(SYSVMSG) && !defined(alpha)
+#if defined(SYSVMSG) && !defined(alpha) && defined(COMPAT_10)
170 STD { int compat_sparc32_compat_10_sys_msgsys(int which, int a2, int a3, int a4, int a5, int a6); } omsgsys
#else
170 UNIMPL 1.0 msgsys
#endif
; XXX more generally, never on machines where sizeof(sparc32_voidp ) != sizeof(int)
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(alpha) && defined(COMPAT_10)
171 STD { int compat_sparc32_compat_10_sys_shmsys(int which, int a2, int a3, int a4); } oshmsys
#else
171 UNIMPL 1.0 shmsys
diff -r 0f3ab892a4fe -r c64c3ba8445a sys/compat/sparc32/syscalls.master
--- a/sys/compat/sparc32/syscalls.master Thu Mar 25 13:14:42 1999 +0000
+++ b/sys/compat/sparc32/syscalls.master Thu Mar 25 15:33:48 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp $
+ $NetBSD: syscalls.master,v 1.6 1999/03/25 15:33:48 mrg Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -269,19 +269,19 @@
167 UNIMPL
168 UNIMPL
; XXX more generally, never on machines where sizeof(sparc32_voidp ) != sizeof(int)
-#if defined(SYSVSEM) && !defined(alpha)
+#if defined(SYSVSEM) && !defined(alpha) && defined(COMPAT_10)
169 STD { int compat_sparc32_compat_10_sys_semsys(int which, int a2, int a3, int a4, int a5); } osemsys
#else
169 UNIMPL 1.0 semsys
#endif
; XXX more generally, never on machines where sizeof(sparc32_voidp ) != sizeof(int)
-#if defined(SYSVMSG) && !defined(alpha)
+#if defined(SYSVMSG) && !defined(alpha) && defined(COMPAT_10)
170 STD { int compat_sparc32_compat_10_sys_msgsys(int which, int a2, int a3, int a4, int a5, int a6); } omsgsys
#else
170 UNIMPL 1.0 msgsys
#endif
; XXX more generally, never on machines where sizeof(sparc32_voidp ) != sizeof(int)
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(alpha) && defined(COMPAT_10)
171 STD { int compat_sparc32_compat_10_sys_shmsys(int which, int a2, int a3, int a4); } oshmsys
#else
171 UNIMPL 1.0 shmsys
Home |
Main Index |
Thread Index |
Old Index