summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2006-06-14 19:52:52 +0000
committerotto <otto@openbsd.org>2006-06-14 19:52:52 +0000
commit6c77475292839c9c0c90b19e2c2cb416b1be19d5 (patch)
tree8a726f98225edae9e6b5337c5246050ef9dd412a /sys/kern/syscalls.c
parentIntroducing adjfreq(2), to adjust the clock frequency. (diff)
downloadwireguard-openbsd-6c77475292839c9c0c90b19e2c2cb416b1be19d5.tar.xz
wireguard-openbsd-6c77475292839c9c0c90b19e2c2cb416b1be19d5.zip
regen
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c5
1 files changed, 3 insertions, 2 deletions
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 */
};