diff options
| author | christos <christos@NetBSD.org> | 2017-01-15 15:20:15 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-01-15 15:20:15 +0000 |
| commit | ff99c8d55d02d91bf47f5cb927efda70f98ceeb7 (patch) | |
| tree | acfc83fad3e321096ee577afbd563e49380d1c1f /sys/compat/linux/arch/arm/linux_syscalls.c | |
| parent | 6f3d78076b0f7d2ca83e08852e043c0c4caf8f4e (diff) | |
regen
Diffstat (limited to 'sys/compat/linux/arch/arm/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/arm/linux_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/arm/linux_syscalls.c b/sys/compat/linux/arch/arm/linux_syscalls.c index 09b86100fa9..a3d797aad38 100644 --- a/sys/compat/linux/arch/arm/linux_syscalls.c +++ b/sys/compat/linux/arch/arm/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.73 2017/01/15 15:19:33 christos Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.74 2017/01/15 15:20:15 christos Exp $ */ /* * System call names. @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.73 2017/01/15 15:19:33 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.74 2017/01/15 15:20:15 christos Exp $"); #if defined(_KERNEL_OPT) #include <sys/param.h> |
