diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2002-04-02 20:23:43 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2002-04-02 20:23:43 +0000 |
| commit | ee37f0c7382f8de47fffbfa5d9f0c3531f3dd4fc (patch) | |
| tree | a1b70d17e26554241ac2e776b2158650e30bcbf2 /sys/compat/linux/common/linux_exec.h | |
| parent | ba1c5e4c6b6716b6026af1dc99f7674db2f46b9b (diff) | |
rename sysctl_linux() to linux_sysctl() and hook it into emul_linux
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index 50b5348e8da..029e9f34c08 100644 --- a/sys/compat/linux/common/linux_exec.h +++ b/sys/compat/linux/common/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.20 2002/03/21 13:23:48 christos Exp $ */ +/* $NetBSD: linux_exec.h,v 1.21 2002/04/02 20:23:44 jdolecek Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -116,7 +116,7 @@ __BEGIN_DECLS extern const struct emul emul_linux; -int sysctl_linux __P((int *, u_int, void *, size_t *, void *, size_t, +int linux_sysctl __P((int *, u_int, void *, size_t *, void *, size_t, struct proc *)); void linux_setregs __P((struct proc *, struct exec_package *, u_long)); int exec_linux_aout_makecmds __P((struct proc *, struct exec_package *)); |
