summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2006-06-14 19:52:53 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2006-06-14 19:52:53 +0000
commitd2de5de218868161bb4fb45ca9790efd16219583 (patch)
tree306eb8b3c5e8cf00897f4ef962189001e580ec9b /sys/kern
parentd0439941de3042e452a7a5bc85abf11fe39f4a37 (diff)
regen
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c6
-rw-r--r--sys/kern/syscalls.c5
2 files changed, 7 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 22c5fd84d3c..365e2241972 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.95 2006/06/09 00:06:10 deraadt Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.96 2006/06/14 19:52:52 otto Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.84 2006/06/14 19:52:07 otto Exp
*/
#include <sys/param.h>
@@ -820,5 +820,7 @@ struct sysent sysent[] = {
#endif
{ 2, s(struct sys___getcwd_args),
sys___getcwd }, /* 304 = __getcwd */
+ { 2, s(struct sys_adjfreq_args),
+ sys_adjfreq }, /* 305 = adjfreq */
};
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 56078ac8e3b..038d64b1728 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.96 2006/06/09 00:06:10 deraadt Exp $ */
+/* $OpenBSD: syscalls.c,v 1.97 2006/06/14 19:52:52 otto Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.84 2006/06/14 19:52:07 otto Exp
*/
char *syscallnames[] = {
@@ -422,4 +422,5 @@ char *syscallnames[] = {
"#303 (unimplemented)", /* 303 = unimplemented */
#endif
"__getcwd", /* 304 = __getcwd */
+ "adjfreq", /* 305 = adjfreq */
};