diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-07 18:31:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-07 18:31:18 +0000 |
commit | 411887674e10fe1b64bf60b58b7e8c0bd829a66f (patch) | |
tree | b6627b1da4a35299d2b07f413013f3555286ee0f /sys | |
parent | 5ddfabeffa71c322eb8920ff7c55099c0c35d2fa (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/init_sysent.c | 6 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index d612e8e0d3f..ac321d3f55d 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.121 2011/07/07 01:21:22 tedu Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.122 2011/07/07 18:31:17 tedu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.109 2011/07/07 01:19:40 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.110 2011/07/07 18:30:50 tedu Exp */ #include <sys/param.h> @@ -89,7 +89,7 @@ struct sysent sysent[] = { compat_25(sys_getfsstat) }, /* 18 = compat_25 ogetfsstat */ { 0, 0, 0, sys_nosys }, /* 19 = obsolete olseek */ - { 0, 0, 0, + { 0, 0, SY_NOLOCK | 0, sys_getpid }, /* 20 = getpid */ { 4, s(struct sys_mount_args), 0, sys_mount }, /* 21 = mount */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 73f9ae577af..ab5f085e11b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.122 2011/07/07 01:21:22 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.123 2011/07/07 18:31:17 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.109 2011/07/07 01:19:40 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.110 2011/07/07 18:30:50 tedu Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index c72118eb026..b0e1c87f143 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.121 2011/07/07 01:21:22 tedu Exp $ */ +/* $OpenBSD: syscall.h,v 1.122 2011/07/07 18:31:17 tedu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.109 2011/07/07 01:19:40 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.110 2011/07/07 18:30:50 tedu Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 372ed752376..6aa4a09dc3f 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.123 2011/07/07 01:21:22 tedu Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.124 2011/07/07 18:31:17 tedu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.109 2011/07/07 01:19:40 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.110 2011/07/07 18:30:50 tedu Exp */ #ifdef syscallarg |