Commit b817df50 authored by Andi Kleen's avatar Andi Kleen Committed by Russell King

[PATCH] autofs fix for x86-64

Minor patch for the x86-64 32bit emulation. Originally proposed by hpa and it
makes autofs 32bit/64bit clean for x86-64
parent af9086a7
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
* If so, 32-bit user-space code should be backwards compatible. * If so, 32-bit user-space code should be backwards compatible.
*/ */
#if defined(__sparc__) || defined(__mips__) #if defined(__sparc__) || defined(__mips__) || defined(__x86_64__)
typedef unsigned int autofs_wqt_t; typedef unsigned int autofs_wqt_t;
#else #else
typedef unsigned long autofs_wqt_t; typedef unsigned long autofs_wqt_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment