mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import.
I really couldn't avoid this with preprocessor magic.
This commit is contained in:
parent
993425ee98
commit
24c3c19e73
1 changed files with 2 additions and 0 deletions
|
|
@ -67,7 +67,9 @@ extern int stathz; /* statistics clock's frequency */
|
|||
extern int profhz; /* profiling clock's frequency */
|
||||
extern int profprocs; /* number of process's profiling */
|
||||
extern int ticks;
|
||||
#ifndef _SOLARIS_C_SOURCE
|
||||
extern int lbolt; /* once a second sleep address */
|
||||
#endif
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue