diff options
author | Janne Johansson <jj@cvs.openbsd.org> | 2009-06-03 15:44:03 +0000 |
---|---|---|
committer | Janne Johansson <jj@cvs.openbsd.org> | 2009-06-03 15:44:03 +0000 |
commit | bcc87ece46bbd18733137e9e970d5a84b7906911 (patch) | |
tree | 5e68853b3508fb6727915d4b00d301fe7f150267 /sys/kern/init_sysent.c | |
parent | 32129941a2c99a7661f4a51e11e8988326c1e359 (diff) |
sync
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r-- | sys/kern/init_sysent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 823f6f88787..df29c6c4b25 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.105 2009/06/03 14:45:54 jj Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.106 2009/06/03 15:44:02 jj Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.93 2009/06/03 15:42:03 jj Exp */ #include <sys/param.h> |