patch-2.1.28 linux/include/asm-alpha/checksum.h
Next file: linux/include/asm-i386/termbits.h
Previous file: linux/fs/proc/root.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Feb 27 14:15:47 1997
-  Orig file: 
v2.1.27/linux/include/asm-alpha/checksum.h
-  Orig date: 
Thu Feb  6 02:44:41 1997
diff -u --recursive --new-file v2.1.27/linux/include/asm-alpha/checksum.h linux/include/asm-alpha/checksum.h
@@ -53,7 +53,7 @@
  * this is a new version of the above that records errors it finds in *errp,
  * but continues and zeros the rest of the buffer.
  */
-unsigned int csum_partial_copy_from_user(int *errp, char *src, char *dst, int len, unsigned int sum);
+unsigned int csum_partial_copy_from_user(char *src, char *dst, int len, unsigned int sum, int *errp);
 
 /*
  * this routine is used for miscellaneous IP-like checksums, mainly
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov