diff options
| author | 2005-12-13 06:04:14 +0000 | |
|---|---|---|
| committer | 2005-12-13 06:04:14 +0000 | |
| commit | 5d88e23d66b62882a188ac45aee1864073f9f984 (patch) | |
| tree | b98eae9c196de6c6af7467ef0ac7df91e449929f /sys/kern/syscalls.c | |
| parent | thrsleep and thrwakeup, cast syscall arg from void * to long. (diff) | |
| download | wireguard-openbsd-5d88e23d66b62882a188ac45aee1864073f9f984.tar.xz wireguard-openbsd-5d88e23d66b62882a188ac45aee1864073f9f984.zip | |
rebuild
Diffstat (limited to 'sys/kern/syscalls.c')
| -rw-r--r-- | sys/kern/syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index dcafa078232..219d9763cdf 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.91 2005/12/13 06:02:03 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.92 2005/12/13 06:04:14 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.79 2005/12/03 18:09:08 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp */ char *syscallnames[] = { |
