diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-04-02 21:44:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-04-02 21:44:47 +0000 |
commit | 9b28d15a1c82cdb144b09b4df70138e0c5a7585b (patch) | |
tree | ea7a5364ee8bd970f3cc63dc324c465d4ce2166a /sys/compat/linux/linux_syscalls.c | |
parent | af30415b0b2928465e43e6cf1262e7275d8dd1c5 (diff) |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index c9eb434f25c..9f0df53a860 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscalls.c,v 1.26 2001/01/29 07:24:18 jasoni Exp $ */ +/* $OpenBSD: linux_syscalls.c,v 1.27 2001/04/02 21:44:46 niklas Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.27 2001/01/29 07:23:54 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.28 2001/04/02 21:43:11 niklas Exp */ char *linux_syscallnames[] = { |