diff options
| author | 2006-06-14 19:52:52 +0000 | |
|---|---|---|
| committer | 2006-06-14 19:52:52 +0000 | |
| commit | 6c77475292839c9c0c90b19e2c2cb416b1be19d5 (patch) | |
| tree | 8a726f98225edae9e6b5337c5246050ef9dd412a /sys/kern/syscalls.c | |
| parent | Introducing adjfreq(2), to adjust the clock frequency. (diff) | |
| download | wireguard-openbsd-6c77475292839c9c0c90b19e2c2cb416b1be19d5.tar.xz wireguard-openbsd-6c77475292839c9c0c90b19e2c2cb416b1be19d5.zip | |
regen
Diffstat (limited to 'sys/kern/syscalls.c')
| -rw-r--r-- | sys/kern/syscalls.c | 5 |
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 */ }; |
