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
@ -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 New Issue
Block a user