patch-2.1.42 linux/include/asm-sparc/string.h

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

diff -u --recursive --new-file v2.1.41/linux/include/asm-sparc/string.h linux/include/asm-sparc/string.h
@@ -1,4 +1,4 @@
-/* $Id: string.h,v 1.31 1997/05/03 02:02:12 davem Exp $
+/* $Id: string.h,v 1.32 1997/05/20 07:58:59 jj Exp $
  * string.h: External definitions for optimized assembly string
  *           routines for the Linux Kernel.
  *
@@ -34,7 +34,7 @@
 
 extern inline void *__constant_memcpy(void *to, const void *from, __kernel_size_t n)
 {
-	extern void (*__copy_1page)(void *, const void *);
+	extern void __copy_1page(void *, const void *);
 
 	if(n <= 32) {
 		__builtin_memcpy(to, from, n);
@@ -67,7 +67,7 @@
 
 extern inline void *__constant_c_and_count_memset(void *s, char c, __kernel_size_t count)
 {
-	extern void (*bzero_1page)(void *);
+	extern void bzero_1page(void *);
 	extern __kernel_size_t __bzero(void *, __kernel_size_t);
 
 	if(!c) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov