From a51d36d2a6cc36af9667e7be32fca3ab7a27b988 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 1 May 2012 13:10:10 -0500 Subject: Added globals for hints and hintmode. --- freebsd/kern/subr_hints.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freebsd/kern/subr_hints.c b/freebsd/kern/subr_hints.c index 398b0aaa..0d64af08 100644 --- a/freebsd/kern/subr_hints.c +++ b/freebsd/kern/subr_hints.c @@ -42,6 +42,10 @@ __FBSDID("$FreeBSD$"); static int checkmethod = 1; static int use_kenv; static char *hintp; +#ifdef __rtems__ +char static_hints[] = {}; +int hintmode = 2; +#endif /* __rtems__ */ /* * Evil wildcarding resource string lookup. -- cgit v1.2.3