patch-1.3.19 linux/include/asm-i386/byteorder.h

Next file: linux/include/asm-i386/io.h
Previous file: linux/include/asm-alpha/byteorder.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/include/asm-i386/byteorder.h linux/include/asm-i386/byteorder.h
@@ -6,12 +6,12 @@
 #undef htonl
 #undef htons
 
-#ifndef LITTLE_ENDIAN
-#define LITTLE_ENDIAN 1234
+#ifndef __LITTLE_ENDIAN
+#define __LITTLE_ENDIAN 1234
 #endif
 
-#ifndef LITTLE_ENDIAN_BITFIELD
-#define LITTLE_ENDIAN_BITFIELD
+#ifndef __LITTLE_ENDIAN_BITFIELD
+#define __LITTLE_ENDIAN_BITFIELD
 #endif
 
 extern unsigned long int	ntohl(unsigned long int);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this