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

Next file: linux/include/asm-mips/siginfo.h
Previous file: linux/include/asm-m68k/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-m68k/uaccess.h linux/include/asm-m68k/uaccess.h
@@ -801,7 +801,6 @@
  *
  * Return 0 for error
  */
-#define strlen_user(str) strnlen_user(str, ~0UL >> 1)
 static inline long strnlen_user(const char * src, long n)
 {
     long res = -(long) src;

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