diff options
| author | njoly <njoly@NetBSD.org> | 2014-05-17 09:25:06 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2014-05-17 09:25:06 +0000 |
| commit | 040fb0a55482b7d1eaba4d73a9f42490b7152e0e (patch) | |
| tree | b72c41753e64aa4edddd0bc7dc2cc8bf1eee0921 /sys/compat/linux/arch/amd64/linux_syscalls.c | |
| parent | 6dafb846c91fe3f9c77d237ba6adda131205aa7e (diff) | |
Regen for fadvise64 offset types changes.
Diffstat (limited to 'sys/compat/linux/arch/amd64/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/amd64/linux_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/amd64/linux_syscalls.c b/sys/compat/linux/arch/amd64/linux_syscalls.c index b7093c7192f..76904fadaa5 100644 --- a/sys/compat/linux/arch/amd64/linux_syscalls.c +++ b/sys/compat/linux/arch/amd64/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.50 2014/05/04 10:10:39 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.51 2014/05/17 09:25:06 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.48 2014/05/04 10:08:53 njoly Exp + * created from NetBSD: syscalls.master,v 1.49 2014/05/17 09:23:51 njoly Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.50 2014/05/04 10:10:39 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.51 2014/05/17 09:25:06 njoly Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) |
