On Friday 19 January 2007 15:31, Johannes Meixner wrote: > Hello, > > On Jan 19 15:00 Julien Michielsen wrote (shortened): > > sanei_scsi.c:1276: error: 'HZ' undeclared (first use in this function) > > This patch replaces the fixed HZ compile-time value (which is > no longer supported by new glibc) by the more correct > sysconf(_SC_CLK_TCK) runtime value because a fixed HZ compile-time > value may be wrong in the running system if the runtime system > is not exactly the same as the compile-time system:
That's what I've expected. So I think the patch I've sent earlier today should fix that issue. Could some of you guys check that on SuSE 10.2? Gerhard
