Delete: include-glibc/glibc-bugs.h

}(Logical change 1.20)
This commit is contained in:
osdl.org!shemminger 2004-06-09 21:28:11 +00:00
parent 8a4b021ddf
commit 0642e0ac73
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
#ifndef __GLIBC_BUGS_H__
#define __GLIBC_BUGS_H__ 1
#include <features.h>
#include <sys/types.h>
#if defined(__GLIBC__) && __GLIBC__ >= 2
#ifndef __KERNEL_STRICT_NAMES
#define __KERNEL_STRICT_NAMES 1
#endif
#include <linux/types.h>
typedef __u16 in_port_t;
typedef __u32 in_addr_t;
#endif
#endif