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
- Lines: 11
- Date:
Sun Mar 25 11:37:40 2001
- Orig file:
v2.2.18/include/asm-sparc64/uaccess.h
- Orig date:
Sun Mar 25 11:12:41 2001
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)