Use linux_sys_reboot instead of sys_reboot.

This commit is contained in:
erh 2000-03-18 22:16:46 +00:00
parent c0b35f72c2
commit dd9cf0df56

View File

@ -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); }