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/i386 Use linux_sys_reboot instead of s...
details: https://anonhg.NetBSD.org/src/rev/032f637eb3d2
branches: trunk
changeset: 483802:032f637eb3d2
user: erh <erh%NetBSD.org@localhost>
date: Sat Mar 18 22:20:57 2000 +0000
description:
Use linux_sys_reboot instead of sys_reboot.
diffstat:
sys/compat/linux/arch/i386/syscalls.master | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 49cb234d41a8 -r 032f637eb3d2 sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master Sat Mar 18 22:18:57 2000 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master Sat Mar 18 22:20:57 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.40 2000/02/03 10:02:59 abs Exp $
+ $NetBSD: syscalls.master,v 1.41 2000/03/18 22:20:57 erh Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -161,7 +161,8 @@
int count); }
86 STD { int linux_sys_uselib(const char *path); }
87 NOARGS { int compat_12_sys_swapon(char *name); }
-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