mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 02:32:09 +08:00
Added globals for hints and hintmode.
This commit is contained in:
parent
e9578468aa
commit
a51d36d2a6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user