patch-2.1.106 linux/include/asm-m68k/checksum.h
Next file: linux/include/asm-m68k/entry.h
Previous file: linux/include/asm-m68k/bvme6000hw.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sat Jun 13 13:14:33 1998
- Orig file:
v2.1.105/linux/include/asm-m68k/checksum.h
- Orig date:
Sat May 2 14:19:54 1998
diff -u --recursive --new-file v2.1.105/linux/include/asm-m68k/checksum.h linux/include/asm-m68k/checksum.h
@@ -39,6 +39,10 @@
csum_partial_copy_from_user ( const char *src, char *dst,
int len, int sum, int *csum_err);
+/* FIXME: this needs to be written to really do no check -- Cort */
+#define csum_partial_copy_nocheck(src, dst, len, sum) \
+ csum_partial_copy((src), (dst), (len), (sum))
+
/*
* This is a version of ip_compute_csum() optimized for IP headers,
* which always checksum on 4 octet boundaries.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov