diff options
| author | christos <christos@NetBSD.org> | 2012-05-10 19:41:52 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-05-10 19:41:52 +0000 |
| commit | 504fa22e27eb199ab59cd287755698bc24c2989e (patch) | |
| tree | 611513388cbb9eab0f29e0a7060a72f6d5bd41be /sys/compat/linux32/arch/amd64/linux32_syscalls.c | |
| parent | 1d1f148ae28b1eb614e975d40bb7257cfd8353cb (diff) | |
regen
Diffstat (limited to 'sys/compat/linux32/arch/amd64/linux32_syscalls.c')
| -rw-r--r-- | sys/compat/linux32/arch/amd64/linux32_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux32/arch/amd64/linux32_syscalls.c b/sys/compat/linux32/arch/amd64/linux32_syscalls.c index 8c01377f94e..5a6fc3d2a08 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c +++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux32_syscalls.c,v 1.65 2011/11/18 04:20:16 christos Exp $ */ +/* $NetBSD: linux32_syscalls.c,v 1.66 2012/05/10 19:41:52 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp + * created from NetBSD: syscalls.master,v 1.61 2012/05/10 19:40:46 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.65 2011/11/18 04:20:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.66 2012/05/10 19:41:52 christos Exp $"); #if defined(_KERNEL_OPT) #include <sys/param.h> |
