Patch from Steven Scholz, fix some warnings

This commit is contained in:
Glenn L McGrath
2003-10-09 11:38:45 +00:00
parent 99825960c1
commit a55d72bbb4
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
#include <asm/byteorder.h>
#if __BYTE_ORDER == __BIG_ENDIAN
#if (__BYTE_ORDER == __BIG_ENDIAN) && !defined(__USE_XOPEN)
#define __USE_XOPEN
#endif