Re: acct: process accounting and 2.1.96

1998-04-27 Thread Thomas Gebhardt
(Please excuse me for omitting the subject line in my previous mail) Hi Austin, > Incidentally, simply rebuilding the acct package against the new > header files is a little tricky, since the ./configure script uses > sys/acct.h in preference to linux/acct.h Did you manage to build a acct packa

Re: acct: process accounting and 2.1.96

1998-04-19 Thread Dale Scheetz
On Sun, 19 Apr 1998, Austin Donnelly wrote: > The latest development linux kernels have a fairly substantially > changed "struct acct" defined in acct.h. > > Currently: > > libc5: > sys/acct.h just includes linux/acct.h (2.0.32 version) > > libc6: > sys/acct.h is a new file, but it defines

Re: acct: process accounting and 2.1.96

1998-04-19 Thread Rob Browning
Austin Donnelly <[EMAIL PROTECTED]> writes: > Incidentally, simply rebuilding the acct package against the new > header files is a little tricky, since the ./configure script uses > sys/acct.h in preference to linux/acct.h Well, if it's just the location issue, you could modify configure.in to li

acct: process accounting and 2.1.96

1998-04-19 Thread Austin Donnelly
The latest development linux kernels have a fairly substantially changed "struct acct" defined in acct.h. Currently: libc5: sys/acct.h just includes linux/acct.h (2.0.32 version) libc6: sys/acct.h is a new file, but it defines a structure which happens to be the same as linux/acct.h (2.0.3