From 8a2b8ba767965fbc5050c370186676daca024137 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 11 Jan 2009 13:00:25 +0000 Subject: Regen from syscalls.master rev 1.64: > Update for compat_50 stuff. (compile test only) --- sys/compat/linux/arch/m68k/linux_syscalls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/compat/linux/arch/m68k/linux_syscalls.c') diff --git a/sys/compat/linux/arch/m68k/linux_syscalls.c b/sys/compat/linux/arch/m68k/linux_syscalls.c index 39e4254355c..583104194cd 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.68 2008/11/12 18:09:22 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.69 2009/01/11 13:00:25 tsutsui Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.63 2008/11/12 18:07:40 njoly Exp + * created from NetBSD: syscalls.master,v 1.64 2009/01/11 12:59:34 tsutsui Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.68 2008/11/12 18:09:22 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.69 2009/01/11 13:00:25 tsutsui Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) -- cgit