patch-2.2.13 linux/include/asm-sparc64/uaccess.h
Next file: linux/include/linux/apm_bios.h
Previous file: linux/include/asm-sparc64/ttable.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Tue Oct 19 17:14:02 1999
-  Orig file: 
v2.2.12/linux/include/asm-sparc64/uaccess.h
-  Orig date: 
Tue May 11 08:24:32 1999
diff -u --recursive --new-file v2.2.12/linux/include/asm-sparc64/uaccess.h linux/include/asm-sparc64/uaccess.h
@@ -1,4 +1,4 @@
-/* $Id: uaccess.h,v 1.29 1999/05/08 03:03:25 davem Exp $ */
+/* $Id: uaccess.h,v 1.29.2.1 1999/09/10 09:54:38 davem Exp $ */
 #ifndef _ASM_UACCESS_H
 #define _ASM_UACCESS_H
 
@@ -358,8 +358,10 @@
 	__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)