patch-2.4.5 linux/net/irda/wrapper.c
Next file: linux/net/wanrouter/Makefile
Previous file: linux/net/irda/qos.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Apr 30 16:26:09 2001
-  Orig file: 
v2.4.4/linux/net/irda/wrapper.c
-  Orig date: 
Sat Nov 11 18:11:23 2000
diff -u --recursive --new-file v2.4.4/linux/net/irda/wrapper.c linux/net/irda/wrapper.c
@@ -130,7 +130,7 @@
 #ifdef __LITTLE_ENDIAN
 	n += stuff_byte(fcs.bytes[0], tx_buff+n);
 	n += stuff_byte(fcs.bytes[1], tx_buff+n);
-#else ifdef __BIG_ENDIAN
+#else /* ifdef __BIG_ENDIAN */
 	n += stuff_byte(fcs.bytes[1], tx_buff+n);
 	n += stuff_byte(fcs.bytes[0], tx_buff+n);
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)