patch-2.3.25 linux/fs/udf/udfend.h

Next file: linux/fs/udf/udftime.c
Previous file: linux/fs/udf/udfdecl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.24/linux/fs/udf/udfend.h linux/fs/udf/udfend.h
@@ -42,13 +42,13 @@
 #define cpu_to_le32(x) (x)
 #define cpu_to_le64(x) (x)
 
-#endif
+#endif /* __BYTE_ORDER == 0 */
 
-#endif
+#else /* __KERNEL__ */
 
-#ifdef __KERNEL__
 #include <linux/string.h>
-#endif
+
+#endif /* ! __KERNEL__ */
 
 static inline lb_addr lelb_to_cpu(lb_addr in)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)