mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 10:57:14 +08:00
Added a define of 0 for bootverbose.
This commit is contained in:
parent
a51d36d2a6
commit
c1dd641505
@ -61,7 +61,12 @@ extern long realmem; /* 'real' memory */
|
||||
extern char *rootdevnames[2]; /* names of possible root devices */
|
||||
|
||||
extern int boothowto; /* reboot flags, from console subsystem */
|
||||
#ifndef __rtems__
|
||||
extern int bootverbose; /* nonzero to print verbose messages */
|
||||
#else /* __rtems__ */
|
||||
#define bootverbose 0 /* XXX RTEMS doesn't support verbose */
|
||||
#endif /* __rtems__ */
|
||||
|
||||
|
||||
extern int maxusers; /* system tune hint */
|
||||
extern int ngroups_max; /* max # of supplemental groups */
|
||||
|
Loading…
x
Reference in New Issue
Block a user