diff options
| author | christos <christos@NetBSD.org> | 2005-03-26 17:10:43 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-03-26 17:10:43 +0000 |
| commit | 14685cd241fc454739f03edb6d6f6ffb90509798 (patch) | |
| tree | 21743e878c6c6d568e6437b9861fc90558a8dae0 /sys/compat/linux/common/linux_exec.c | |
| parent | ac97ef749d11a75ef821ff099746e61dc60d621c (diff) | |
s/uvm_map_defaultaddr/uvm_default_mapaddr/ HI FRANK!
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 d787a420556..dbb8755aec7 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.73 2005/03/26 05:12:35 fvdl Exp $ */ +/* $NetBSD: linux_exec.c,v 1.74 2005/03/26 17:10:43 christos 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.73 2005/03/26 05:12:35 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.74 2005/03/26 17:10:43 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -147,7 +147,7 @@ const struct emul emul_linux = { NULL, NULL, - uvm_map_defaultaddr, + uvm_default_mapaddr, }; static void |
