www.pudn.com > iputils.rar > glibc-bugs.h


#ifndef __GLIBC_BUGS_H__
#define __GLIBC_BUGS_H__ 1

#include 
#include 

#if defined(__GLIBC__) && __GLIBC__ >= 2

#ifndef __KERNEL_STRICT_NAMES
#define __KERNEL_STRICT_NAMES 1
#endif

#include 

typedef __u16 in_port_t;
typedef __u32 in_addr_t;

#endif

#endif