From 6c97e2bd7817f6eb36ea04f65488ea1e95cb158f Mon Sep 17 00:00:00 2001 From: bjh21 Date: Tue, 9 May 2000 21:55:44 +0000 Subject: Initial commit of arm26 port --- libexec/ld.elf_so/paths.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libexec') 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 @@ -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[] = { -- cgit