patch-2.2.19 linux/include/asm-sparc64/uaccess.h

Next file: linux/include/asm-sparc64/unistd.h
Previous file: linux/include/asm-sparc64/siginfo.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/asm-sparc64/uaccess.h linux/include/asm-sparc64/uaccess.h
@@ -357,10 +357,7 @@
 #define strncpy_from_user(dest,src,count) \
 	__strncpy_from_user((unsigned long)(dest), (unsigned long)(src), (int)(count))
 
-extern int __strlen_user(const char *);
 extern int __strnlen_user(const char *, long len);
-
-#define strlen_user __strlen_user
 #define strnlen_user __strnlen_user
 
 #endif  /* __ASSEMBLY__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)