aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-23 03:21:49 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-23 03:21:49 +0000
commitcb925bec106ed24a0ba011aa70b4ca8e0fb3b97d (patch)
tree6ecb5b160619c26a5d8542cd3ec5d5a417873465
parentc725485111f321c60636ed58bc55e555efd6a029 (diff)
downloadsrc-cb925bec106ed24a0ba011aa70b4ca8e0fb3b97d.tar.gz
src-cb925bec106ed24a0ba011aa70b4ca8e0fb3b97d.zip
Regen
Notes
Notes: svn path=/head/; revision=123748
-rw-r--r--sys/compat/freebsd32/freebsd32_proto.h2
-rw-r--r--sys/compat/freebsd32/freebsd32_syscall.h2
-rw-r--r--sys/compat/freebsd32/freebsd32_syscalls.c2
-rw-r--r--sys/compat/freebsd32/freebsd32_sysent.c4
4 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h
index 8be6c61eab68..5f0e558b88ca 100644
--- a/sys/compat/freebsd32/freebsd32_proto.h
+++ b/sys/compat/freebsd32/freebsd32_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.30 2003/12/23 02:48:11 peter Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.31 2003/12/23 03:21:06 peter Exp
*/
#ifndef _FREEBSD32_SYSPROTO_H_
diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h
index 61e6a2248adb..9b3fdd22b96b 100644
--- a/sys/compat/freebsd32/freebsd32_syscall.h
+++ b/sys/compat/freebsd32/freebsd32_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.30 2003/12/23 02:48:11 peter Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.31 2003/12/23 03:21:06 peter Exp
*/
#define FREEBSD32_SYS_syscall 0
diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c
index 15475c4b0c51..6af404223db1 100644
--- a/sys/compat/freebsd32/freebsd32_syscalls.c
+++ b/sys/compat/freebsd32/freebsd32_syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.30 2003/12/23 02:48:11 peter Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.31 2003/12/23 03:21:06 peter Exp
*/
const char *freebsd32_syscallnames[] = {
diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c
index 17663ae311db..9dd01bb493b2 100644
--- a/sys/compat/freebsd32/freebsd32_sysent.c
+++ b/sys/compat/freebsd32/freebsd32_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.30 2003/12/23 02:48:11 peter Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.31 2003/12/23 03:21:06 peter Exp
*/
#include "opt_compat.h"
@@ -214,7 +214,7 @@ struct sysent freebsd32_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 186 = lfs_segclean */
{ 0, (sy_call_t *)nosys }, /* 187 = lfs_segwait */
{ AS(freebsd32_stat_args), (sy_call_t *)freebsd32_stat }, /* 188 = freebsd32_stat */
- { AS(freebsd32_fstat_args), (sy_call_t *)freebsd32_fstat }, /* 189 = freebsd32_fstat */
+ { SYF_MPSAFE | AS(freebsd32_fstat_args), (sy_call_t *)freebsd32_fstat }, /* 189 = freebsd32_fstat */
{ AS(freebsd32_lstat_args), (sy_call_t *)freebsd32_lstat }, /* 190 = freebsd32_lstat */
{ AS(pathconf_args), (sy_call_t *)pathconf }, /* 191 = pathconf */
{ SYF_MPSAFE | AS(fpathconf_args), (sy_call_t *)fpathconf }, /* 192 = fpathconf */