patch-1.3.4 linux/drivers/char/selection.c
Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/scc.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Jun 26 11:06:51 1995
- Orig file:
v1.3.3/linux/drivers/char/selection.c
- Orig date:
Wed Feb 22 12:27:52 1995
diff -u --recursive --new-file v1.3.3/linux/drivers/char/selection.c linux/drivers/char/selection.c
@@ -121,11 +121,11 @@
{ unsigned short *args, xs, ys, xe, ye;
args = (unsigned short *)(arg + 1);
- xs = get_fs_word(args++) - 1;
- ys = get_fs_word(args++) - 1;
- xe = get_fs_word(args++) - 1;
- ye = get_fs_word(args++) - 1;
- sel_mode = get_fs_word(args);
+ xs = get_user(args++) - 1;
+ ys = get_user(args++) - 1;
+ xe = get_user(args++) - 1;
+ ye = get_user(args++) - 1;
+ sel_mode = get_user(args);
xs = limit(xs, video_num_columns - 1);
ys = limit(ys, video_num_lines - 1);
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