diff options
| author | christos <christos@NetBSD.org> | 2001-05-24 17:41:42 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-05-24 17:41:42 +0000 |
| commit | cb12da02ff99550be5be3991d7a50e01b3ac055a (patch) | |
| tree | debc43e987e48b62745ef3adcb4ba54dded85d97 /libexec | |
| parent | 4b6c6f444af19604f683c71856224b722a97f8d5 (diff) | |
Don't include <uvm/uvm_param.h>. It does not appear to be needed by anything.
<uvm/uvm_param.h> does not exist under 1.5. Tested on i386 and sparc.
Anyway, if it is indeed needed by other platforms then we'll put it back,
but I don't see how since it does not define any types.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/paths.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/paths.c b/libexec/ld.elf_so/paths.c index 154d0938965..a5727af04cf 100644 --- a/libexec/ld.elf_so/paths.c +++ b/libexec/ld.elf_so/paths.c @@ -1,4 +1,4 @@ -/* $NetBSD: paths.c,v 1.14 2000/11/10 18:19:06 simonb Exp $ */ +/* $NetBSD: paths.c,v 1.15 2001/05/24 17:41:42 christos Exp $ */ /* * Copyright 1996 Matt Thomas <matt@3am-software.com> @@ -46,7 +46,6 @@ #include <sys/mount.h> #include <sys/mbuf.h> #include <sys/resource.h> -#include <uvm/uvm_param.h> #include <machine/cpu.h> #include "debug.h" |
