diff options
| author | bjh21 <bjh21@NetBSD.org> | 2000-05-09 21:55:44 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2000-05-09 21:55:44 +0000 |
| commit | 6c97e2bd7817f6eb36ea04f65488ea1e95cb158f (patch) | |
| tree | 499bc6851619a39119e4f4e8919311cbb9b2948d /libexec | |
| parent | 6a36c27519360fbbcb9b0533b93429d400c5e315 (diff) | |
Initial commit of arm26 port
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/paths.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/paths.c b/libexec/ld.elf_so/paths.c index f6d0a1d6ed0..35c45f6efb3 100644 --- a/libexec/ld.elf_so/paths.c +++ b/libexec/ld.elf_so/paths.c @@ -1,4 +1,4 @@ -/* $NetBSD: paths.c,v 1.10 2000/01/15 01:03:45 christos Exp $ */ +/* $NetBSD: paths.c,v 1.11 2000/05/09 21:55:53 bjh21 Exp $ */ /* * Copyright 1996 Matt Thomas <matt@3am-software.com> @@ -148,7 +148,9 @@ struct list { int numentries; }; +#ifdef CTL_MACHDEP_NAMES static struct sysctldesc ctl_machdep[] = CTL_MACHDEP_NAMES; +#endif static struct sysctldesc ctl_toplvl[] = CTL_NAMES; struct list toplevel[] = { |
