summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-12-08 20:56:35 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-12-08 20:56:35 +0000
commit5596c4d623de3c7be84c8a04e2ad36bebca6de88 (patch)
tree9d38ebdfa2777084438a81c54e562b4da27a353a /sys/kern/init_sysent.c
parentcc5c7f145c979e9bc30d2ab8947e90505f1e82fe (diff)
regen
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index dbdeb9cb69c..34dfa4c8ab1 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.160 2014/10/09 03:36:05 tedu Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.161 2014/12/08 20:56:34 guenther Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.148 2014/10/09 03:35:06 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.149 2014/12/08 20:56:11 guenther Exp
*/
#include <sys/param.h>
@@ -247,8 +247,8 @@ struct sysent sysent[] = {
sys_setsockopt }, /* 105 = setsockopt */
{ 2, s(struct sys_listen_args), 0,
sys_listen }, /* 106 = listen */
- { 0, 0, 0,
- sys_nosys }, /* 107 = obsolete vtimes */
+ { 4, s(struct sys_chflagsat_args), 0,
+ sys_chflagsat }, /* 107 = chflagsat */
{ 0, 0, 0,
sys_nosys }, /* 108 = obsolete osigvec */
{ 4, s(struct sys_ppoll_args), 0,