Added globals for hints and hintmode.

This commit is contained in:
Jennifer Averett 2012-05-01 13:10:10 -05:00
parent e9578468aa
commit a51d36d2a6

View File

@ -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.