diff options
| author | bjh21 <bjh21@NetBSD.org> | 2002-01-27 14:09:38 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2002-01-27 14:09:38 +0000 |
| commit | bf73a232cee02c8ee7a652b0bfaa053d2ac60d56 (patch) | |
| tree | 1e9f88421293ae4acde4f6e60f52bf273e6d2182 /sys/compat/linux/arch/arm/linux_sysent.c | |
| parent | 71953fb15554977f5124f80de555b9c6b16b0ede (diff) | |
Regen (prototype for linux_sys_nosys()).
Diffstat (limited to 'sys/compat/linux/arch/arm/linux_sysent.c')
| -rw-r--r-- | sys/compat/linux/arch/arm/linux_sysent.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/arch/arm/linux_sysent.c b/sys/compat/linux/arch/arm/linux_sysent.c index b2a07853edf..642b69b20c7 100644 --- a/sys/compat/linux/arch/arm/linux_sysent.c +++ b/sys/compat/linux/arch/arm/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.5 2002/01/27 14:09:38 bjh21 Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 2002/01/23 15:54:34 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.5 2002/01/27 14:08:56 bjh21 Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.5 2002/01/27 14:09:38 bjh21 Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_43.h" @@ -29,7 +29,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ struct sysent linux_sysent[] = { { 0, 0, 0, - linux_sys_nosys }, /* 0 = unimplemented */ + linux_sys_nosys }, /* 0 = nosys */ { 1, s(struct sys_exit_args), 0, sys_exit }, /* 1 = exit */ { 0, 0, 0, |
