diff --git a/sys/compat/aoutm68k/syscalls.master b/sys/compat/aoutm68k/syscalls.master index 8bcb63bad964..840ff5493912 100644 --- a/sys/compat/aoutm68k/syscalls.master +++ b/sys/compat/aoutm68k/syscalls.master @@ -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 @@ -102,7 +102,7 @@ 19 EXCL compat_43_sys_lseek #endif 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); } 22 NOARGS { int sys_unmount(const char *path, int flags); } 23 NOARGS { int sys_setuid(uid_t uid); } diff --git a/sys/compat/pecoff/syscalls.master b/sys/compat/pecoff/syscalls.master index 5a24912f3a65..327058cca1e5 100644 --- a/sys/compat/pecoff/syscalls.master +++ b/sys/compat/pecoff/syscalls.master @@ -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 ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -104,7 +104,7 @@ #else 20 NOARGS MPSAFE { pid_t sys_getpid(void); } #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); } 22 NOARGS { int sys_unmount(const char *path, int flags); } 23 NOARGS { int sys_setuid(uid_t uid); }