diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-07-14 15:31:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-07-14 15:31:01 +0000 |
| commit | 4028fd5b49e91c4a0c267272acfb4d6253d519c3 (patch) | |
| tree | cbd68f299143efee54db01fbbd25dbfddd230569 /sys | |
| parent | 86759770f97bca8636c7f2cb8f18023fa0716f3c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/ibcs2/ibcs2_proto.h | 2 | ||||
| -rw-r--r-- | sys/i386/ibcs2/ibcs2_syscall.h | 2 | ||||
| -rw-r--r-- | sys/i386/ibcs2/ibcs2_sysent.c | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h index e00b756a976f..4521e741a87f 100644 --- a/sys/i386/ibcs2/ibcs2_proto.h +++ b/sys/i386/ibcs2/ibcs2_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.25 2006/07/11 20:52:08 jhb Exp + * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.26 2006/07/14 15:30:50 jhb Exp */ #ifndef _IBCS2_SYSPROTO_H_ diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h index cf7cd31100a3..8decee793d7f 100644 --- a/sys/i386/ibcs2/ibcs2_syscall.h +++ b/sys/i386/ibcs2/ibcs2_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.25 2006/07/11 20:52:08 jhb Exp + * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.26 2006/07/14 15:30:50 jhb Exp */ #define IBCS2_SYS_syscall 0 diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c index 1f085fbc6d17..3bd103a78a98 100644 --- a/sys/i386/ibcs2/ibcs2_sysent.c +++ b/sys/i386/ibcs2/ibcs2_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.25 2006/07/11 20:52:08 jhb Exp + * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.26 2006/07/14 15:30:50 jhb Exp */ #include <bsm/audit_kevents.h> @@ -39,8 +39,8 @@ struct sysent ibcs2_sysent[] = { { SYF_MPSAFE | AS(ibcs2_stat_args), (sy_call_t *)ibcs2_stat, AUE_STAT }, /* 18 = ibcs2_stat */ { SYF_MPSAFE | AS(ibcs2_lseek_args), (sy_call_t *)ibcs2_lseek, AUE_LSEEK }, /* 19 = ibcs2_lseek */ { SYF_MPSAFE | 0, (sy_call_t *)getpid, AUE_NULL }, /* 20 = getpid */ - { AS(ibcs2_mount_args), (sy_call_t *)ibcs2_mount, AUE_MOUNT }, /* 21 = ibcs2_mount */ - { AS(ibcs2_umount_args), (sy_call_t *)ibcs2_umount, AUE_UMOUNT }, /* 22 = ibcs2_umount */ + { SYF_MPSAFE | AS(ibcs2_mount_args), (sy_call_t *)ibcs2_mount, AUE_MOUNT }, /* 21 = ibcs2_mount */ + { SYF_MPSAFE | AS(ibcs2_umount_args), (sy_call_t *)ibcs2_umount, AUE_UMOUNT }, /* 22 = ibcs2_umount */ { SYF_MPSAFE | AS(ibcs2_setuid_args), (sy_call_t *)ibcs2_setuid, AUE_SETUID }, /* 23 = ibcs2_setuid */ { SYF_MPSAFE | 0, (sy_call_t *)getuid, AUE_GETUID }, /* 24 = getuid */ { SYF_MPSAFE | AS(ibcs2_stime_args), (sy_call_t *)ibcs2_stime, AUE_SETTIMEOFDAY }, /* 25 = ibcs2_stime */ |
