[rtems-libbsd commit] Added globals for hints and hintmode.
Jennifer Averett
jennifer at rtems.org
Tue May 1 18:06:59 UTC 2012
Module: rtems-libbsd
Branch: master
Commit: a51d36d2a6cc36af9667e7be32fca3ab7a27b988
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=a51d36d2a6cc36af9667e7be32fca3ab7a27b988
Author: Jennifer Averett <jennifer.averett at oarcorp.com>
Date: Tue May 1 13:10:10 2012 -0500
Added globals for hints and hintmode.
---
freebsd/kern/subr_hints.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/freebsd/kern/subr_hints.c b/freebsd/kern/subr_hints.c
index 398b0aa..0d64af0 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.
More information about the vc
mailing list