diff options
| author | christos <christos@NetBSD.org> | 2017-01-16 00:11:09 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-01-16 00:11:09 +0000 |
| commit | 9da432af73646eeebcd892f968b2430226e85b8d (patch) | |
| tree | 322d0c550bd8e49067f543b1124ebf975bb4ca9e /sys/compat/linux/arch/amd64/linux_syscalls.c | |
| parent | be1ffb60c6f3f6d3fa31d0bbf060514fb24c51bb (diff) | |
regen all
Diffstat (limited to 'sys/compat/linux/arch/amd64/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/amd64/linux_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/amd64/linux_syscalls.c b/sys/compat/linux/arch/amd64/linux_syscalls.c index df3e703a523..2a44781e5c3 100644 --- a/sys/compat/linux/arch/amd64/linux_syscalls.c +++ b/sys/compat/linux/arch/amd64/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.63 2017/01/13 06:18:31 christos Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.64 2017/01/16 00:11:09 christos Exp $ */ /* * System call names. @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.63 2017/01/13 06:18:31 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.64 2017/01/16 00:11:09 christos Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) |
