Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/m68k Use linux_sys_reboot instead of s...
details: https://anonhg.NetBSD.org/src/rev/ddf0d211445a
branches: trunk
changeset: 483799:ddf0d211445a
user: erh <erh%NetBSD.org@localhost>
date: Sat Mar 18 22:16:46 2000 +0000
description:
Use linux_sys_reboot instead of sys_reboot.
diffstat:
sys/compat/linux/arch/m68k/syscalls.master | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 221474d1a97e -r ddf0d211445a sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master Sat Mar 18 22:09:32 2000 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master Sat Mar 18 22:16:46 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.13 2000/02/03 10:03:00 abs Exp $
+ $NetBSD: syscalls.master,v 1.14 2000/03/18 22:16:46 erh Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -180,7 +180,8 @@
#else
87 UNIMPL compat_12_sys_swapon
#endif
-88 NOARGS { int sys_reboot(int opt); }
+88 STD { int linux_sys_reboot(int magic1, int magic2, \
+ int cmd, void *arg); }
89 STD { int linux_sys_readdir(int fd, caddr_t dent, \
unsigned int count); }
90 STD { int linux_sys_old_mmap(struct linux_oldmmap *lmp); }
Home |
Main Index |
Thread Index |
Old Index