[PATCH] 2.5.25: auto_fs.h typo

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Mon Jul 08 2002 - 08:45:45 EST


Hi Linus,
before the __x86_64 folks start hitting me, again the patch for auto_fs.h:

* readd accidentally removed underscores of __x86_64__

blue skies,
  Martin.

diff -urN linux-2.5.25/include/linux/auto_fs.h linux-2.5.25-s390/include/linux/auto_fs.h
--- linux-2.5.25/include/linux/auto_fs.h Sat Jul 6 01:42:00 2002
+++ linux-2.5.25-s390/include/linux/auto_fs.h Fri Jun 21 14:46:59 2002
@@ -45,7 +45,7 @@
  * If so, 32-bit user-space code should be backwards compatible.
  */
 
-#if defined(__sparc__) || defined(__mips__) || defined(__x86_64) \
+#if defined(__sparc__) || defined(__mips__) || defined(__x86_64__) \
  || defined(__powerpc__) || defined(__s390__)
 typedef unsigned int autofs_wqt_t;
 #else

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 15 2002 - 22:00:13 EST