summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--freebsd/kern/subr_hints.c4
1 files changed, 4 insertions, 0 deletions
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.