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:
Pawel Jakub Dawidek 2007-04-05 20:40:47 +00:00
parent 993425ee98
commit 24c3c19e73

View File

@ -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 */