patch-1.3.78 linux/include/asm-alpha/ioctl.h
Next file: linux/include/asm-alpha/ioctls.h
Previous file: linux/include/asm-alpha/atomic.h
Back to the patch index
Back to the overall index
-  Lines: 15
 -  Date:
Sun Mar 24 12:09:36 1996
 -  Orig file: 
v1.3.77/linux/include/asm-alpha/ioctl.h
 -  Orig date: 
Sat Feb 17 16:02:53 1996
 
diff -u --recursive --new-file v1.3.77/linux/include/asm-alpha/ioctl.h linux/include/asm-alpha/ioctl.h
@@ -37,7 +37,7 @@
 #define _IOC_WRITE	4U
 
 #define _IOC(dir,type,nr,size)			\
-	((__u32)				\
+	((unsigned int)				\
 	 (((dir)  << _IOC_DIRSHIFT) |		\
 	  ((type) << _IOC_TYPESHIFT) |		\
 	  ((nr)   << _IOC_NRSHIFT) |		\
@@ -63,4 +63,4 @@
 #define IOCSIZE_MASK	(_IOC_SIZEMASK << _IOC_SIZESHIFT)
 #define IOCSIZE_SHIFT	(_IOC_SIZESHIFT)
 
-#endif
+#endif /* _ALPHA_IOCTL_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this