Change calls from sys_mount() to compat_40_sys_mount()
This commit is contained in:
parent
1490d3327f
commit
df57a27c09
@ -1,4 +1,4 @@
|
|||||||
$NetBSD: syscalls.master,v 1.23 2007/03/04 06:01:12 christos Exp $
|
$NetBSD: syscalls.master,v 1.24 2007/07/14 15:45:48 dsl Exp $
|
||||||
|
|
||||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||||
|
|
||||||
@ -102,7 +102,7 @@
|
|||||||
19 EXCL compat_43_sys_lseek
|
19 EXCL compat_43_sys_lseek
|
||||||
#endif
|
#endif
|
||||||
20 NOARGS MPSAFE { pid_t sys_getpid(void); }
|
20 NOARGS MPSAFE { pid_t sys_getpid(void); }
|
||||||
21 NOARGS { int sys_mount(const char *type, \
|
21 NOARGS { int compat_40_sys_mount(const char *type, \
|
||||||
const char *path, int flags, void *data); }
|
const char *path, int flags, void *data); }
|
||||||
22 NOARGS { int sys_unmount(const char *path, int flags); }
|
22 NOARGS { int sys_unmount(const char *path, int flags); }
|
||||||
23 NOARGS { int sys_setuid(uid_t uid); }
|
23 NOARGS { int sys_setuid(uid_t uid); }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$NetBSD: syscalls.master,v 1.28 2007/04/23 21:22:29 dsl Exp $
|
$NetBSD: syscalls.master,v 1.29 2007/07/14 15:45:48 dsl Exp $
|
||||||
; based on NetBSD: syscalls.master,v 1.150 2005/11/29 22:52:02 yamt Exp
|
; based on NetBSD: syscalls.master,v 1.150 2005/11/29 22:52:02 yamt Exp
|
||||||
|
|
||||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||||
@ -104,7 +104,7 @@
|
|||||||
#else
|
#else
|
||||||
20 NOARGS MPSAFE { pid_t sys_getpid(void); }
|
20 NOARGS MPSAFE { pid_t sys_getpid(void); }
|
||||||
#endif
|
#endif
|
||||||
21 NOARGS { int sys_mount(const char *type, const char *path, \
|
21 NOARGS { int compat_40_sys_mount(const char *type, const char *path, \
|
||||||
int flags, void *data); }
|
int flags, void *data); }
|
||||||
22 NOARGS { int sys_unmount(const char *path, int flags); }
|
22 NOARGS { int sys_unmount(const char *path, int flags); }
|
||||||
23 NOARGS { int sys_setuid(uid_t uid); }
|
23 NOARGS { int sys_setuid(uid_t uid); }
|
||||||
|
Loading…
Reference in New Issue
Block a user