[klibc] times.h and building ash

Daniel Thaler daniel at dthaler.de
Tue Oct 19 21:31:32 PDT 2004


Hello,

For 2.6.9 you need to add 3 lines to the top of ash/eval.c:
#define NSEC_PER_SEC (1000000000L)
# define USER_HZ    100
typedef unsigned long long u64;

This is an ugly hack of course, but I'm not sure its worthwile looking 
for a better solution, since with Changeset 1.1997.39.208 the relevant 
Linux headers got rearranged in such a way that ash compiles again.
IOW it should work again with tomorrow's bk-snapshot.

Daniel Thaler



More information about the klibc mailing list