patch-2.1.106 linux/scripts/mkdep.c

Next file: linux/CREDITS
Previous file: linux/net/unix/af_unix.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/scripts/mkdep.c linux/scripts/mkdep.c
@@ -118,7 +118,7 @@
 /*
  * Clear the set of configuration strings.
  */
-void clear_config( )
+void clear_config(void)
 {
 	len_config = 0;
 	define_config(0, "", 0);
@@ -193,7 +193,7 @@
  * Thus, there is one memory access per sizeof(unsigned long) characters.
  */
 
-#if defined(__alpha__) || defined(__i386__)
+#if defined(__alpha__) || defined(__i386__) || defined(__arm__)
 #define LE_MACHINE
 #endif
 


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov