diff options
| author | bjh21 <bjh21@NetBSD.org> | 2002-01-17 21:19:22 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2002-01-17 21:19:22 +0000 |
| commit | 72e765223396061fff84b45a85f771dac0bba51e (patch) | |
| tree | 9cd43b9211482e8f3cee657e5baedefc8af23a6a /sys/compat/linux/common/linux_exec.c | |
| parent | 934715db903a9047c49f2d2887282058e021d48f (diff) | |
Fix typo in last commit.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 9be41125625..59f484a0a1d 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.55 2002/01/17 17:19:04 bjh21 Exp $ */ +/* $NetBSD: linux_exec.c,v 1.56 2002/01/17 21:19:22 bjh21 Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.55 2002/01/17 17:19:04 bjh21 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.56 2002/01/17 21:19:22 bjh21 Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -73,7 +73,7 @@ extern struct sysent linux_sysent[]; extern const char * const linux_syscallnames[]; extern char linux_sigcode[], linux_esigcode[]; #ifndef __HAVE_SYSCALL_INTERN -void LINUX_SYCALL_FUNCTION __P((void)); +void LINUX_SYSCALL_FUNCTION __P((void)); #endif static void linux_e_proc_exec __P((struct proc *, struct exec_package *)); |
