patch-2.1.36 linux/include/asm-m68k/uaccess.h
Next file: linux/include/asm-m68k/unistd.h
Previous file: linux/include/asm-m68k/termios.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Apr 17 13:20:50 1997
- Orig file:
v2.1.35/linux/include/asm-m68k/uaccess.h
- Orig date:
Fri Jan 3 08:48:37 1997
diff -u --recursive --new-file v2.1.35/linux/include/asm-m68k/uaccess.h linux/include/asm-m68k/uaccess.h
@@ -714,6 +714,9 @@
__constant_copy_to_user(to, from, n) : \
__generic_copy_to_user(to, from, n))
+#define __copy_from_user(to, from, n) copy_from_user(to, from, n)
+#define __copy_to_user(to, from, n) copy_to_user(to, from, n)
+
/*
* Copy a null terminated string from userspace.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov