blob: 8c4bf677cf6c6ba84e90a87a125e31256ce10c26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- autofs-3.1.7/include/linux/auto_fs.h 2000-11-04 07:05:18.000000000 +0000
+++ auto_fs.h 2006-10-19 13:46:21.000000000 +0000
@@ -45,7 +45,7 @@
* If so, 32-bit user-space code should be backwards compatible.
*/
-#if defined(__sparc__) || defined(__mips__)
+#if defined(__sparc__) || defined(__mips__) || defined(__s390__) || defined(__x86_64__)
typedef unsigned int autofs_wqt_t;
#else
typedef unsigned long autofs_wqt_t;
|