Re: OFFTOPIC: e2fsprogs and +2Gb partitions

D.A. Harris (rodmur@ecst.csuchico.edu)
Wed, 17 Jun 1998 09:28:29 -0700


On Wed, Jun 17, 1998 at 12:54:12PM +0200, ak@muc.de wrote:
> The main obstacle of using linux/* networking file with glibc is that
> glibc sys/types.h does not define __u{8,16,32}. If that could be fixed
> sharing would be a lot easier.

If you need them, then why not do something like:

#ifndef __u8
#typedef u_int8_t __u8
#endif

In some header for your own package. It'd work for glibc2.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dale Harris  <rodmur@csuchico.edu>   PGP KeyID: E26EC5FD      
http://www.ecst.csuchico.edu/~rodmur/
|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu