patch-2.2.18 linux/include/asm-s390/termios.h
Next file: linux/include/asm-s390/types.h
Previous file: linux/include/asm-s390/system.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Nov 8 23:06:17 2000
- Orig file:
v2.2.17/include/asm-s390/termios.h
- Orig date:
Sun Jun 11 21:44:23 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-s390/termios.h linux/include/asm-s390/termios.h
@@ -89,7 +89,7 @@
get_user(tmp, &(termio)->c_lflag); \
(termios)->c_lflag = (0xffff0000 & ((termios)->c_lflag)) | tmp; \
get_user((termios)->c_line, &(termio)->c_line); \
- copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
+ copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
})
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)