patch-2.2.19 linux/include/asm-arm/uaccess.h
Next file: linux/include/asm-i386/bugs.h
Previous file: linux/include/asm-arm/siginfo.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Mar 25 11:37:39 2001
-  Orig file: 
v2.2.18/include/asm-arm/uaccess.h
-  Orig date: 
Sun Mar 25 11:28:36 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/asm-arm/uaccess.h linux/include/asm-arm/uaccess.h
@@ -121,8 +121,6 @@
 	return res;
 }
 
-#define strlen_user(s)	strnlen_user(s, ~0UL >> 1)
-
 extern __inline__ long strnlen_user (const char *s, long n)
 {
 	unsigned long res = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)