diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-10 23:11:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-10 23:11:37 +0000 |
commit | da235eb481e8962691c91873ced20eca8560f3a4 (patch) | |
tree | 08699ea67d6025ec6204e7dd5cfe6f040e46e6cf /sys/kern/syscalls.c | |
parent | 9849b95b62baf47b0874dde016fa181099f0e83a (diff) |
regen after poll(2) change
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 c9eaf3a3dba..e5aaf4df49e 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.70 2003/09/07 21:01:04 miod Exp $ */ +/* $OpenBSD: syscalls.c,v 1.71 2003/12/10 23:11:36 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.62 2003/09/07 21:00:27 miod Exp + * created from; OpenBSD: syscalls.master,v 1.63 2003/12/10 23:10:08 millert Exp */ char *syscallnames[] = { |