diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-09-12 17:28:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-09-12 17:28:45 +0000 |
commit | b33e9e3819325bfe631849e46341ca1d255843b3 (patch) | |
tree | 7c5ae2bec5532ee919ebfc06a1b44a4dd54849f1 /sys/kern/syscalls.c | |
parent | a57a13fcbab3c4999286c13e316263afc4b6bd58 (diff) |
regen
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 10461b169c2..803d5ecdf67 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.46 2000/06/22 22:44:44 mickey Exp $ */ +/* $OpenBSD: syscalls.c,v 1.47 2000/09/12 17:28:44 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.41 2000/06/22 22:41:19 mickey Exp + * created from; OpenBSD: syscalls.master,v 1.42 2000/09/12 17:25:56 millert Exp */ char *syscallnames[] = { |