patch-2.1.33 linux/include/asm-i386/uaccess.h

Next file: linux/include/linux/lp.h
Previous file: linux/include/asm-i386/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.32/linux/include/asm-i386/uaccess.h linux/include/asm-i386/uaccess.h
@@ -423,7 +423,7 @@
 
 #define __copy_from_user(to,from,n)			\
 	(__builtin_constant_p(n) ?			\
-	 __constant_copy_from_user_nockeck((to),(from),(n)) :	\
+	 __constant_copy_from_user_nocheck((to),(from),(n)) :	\
 	 __generic_copy_from_user_nocheck((to),(from),(n)))
 
 

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