Re: fix is incomplete

2002-03-07 Thread Mike Barcroft
Garance A Drosihn <[EMAIL PROTECTED]> writes: > At 9:25 PM +0300 3/7/02, Andrey A. Chernov wrote: > > fix is incomplete because 'u_int32_t' is not defined > >(but must be) for standalone . Please add some includes > >for u_int32_t definition too, probably P

Re: fix is incomplete

2002-03-07 Thread Garance A Drosihn
At 9:25 PM +0300 3/7/02, Andrey A. Chernov wrote: > fix is incomplete because 'u_int32_t' is not defined >(but must be) for standalone . Please add some includes >for u_int32_t definition too, probably As a minor side question, should we also have that defined as uint32_t i

fix is incomplete

2002-03-07 Thread Andrey A. Chernov
fix is incomplete because 'u_int32_t' is not defined (but must be) for standalone . Please add some includes for u_int32_t definition too, probably To see it, try to compile following program: #include main () {} and get: /usr/include/grp.h:53: syntax error before `gid_t