patch-1.3.78 linux/include/asm-i386/string.h
Next file: linux/include/asm-i386/termbits.h
Previous file: linux/include/asm-i386/sockios.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sat Mar 23 19:45:51 1996
- Orig file:
v1.3.77/linux/include/asm-i386/string.h
- Orig date:
Wed Mar 20 11:00:00 1996
diff -u --recursive --new-file v1.3.77/linux/include/asm-i386/string.h linux/include/asm-i386/string.h
@@ -402,6 +402,10 @@
case 4:
*(unsigned long *)to = *(const unsigned long *)from;
return to;
+ case 8:
+ *(unsigned long *)to = *(const unsigned long *)from;
+ *(1+(unsigned long *)to) = *(1+(const unsigned long *)from);
+ return to;
}
#define COMMON(x) \
__asm__("cld\n\t" \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this