This commit is contained in:
11
ioctl.diff
Normal file
11
ioctl.diff
Normal file
@@ -0,0 +1,11 @@
|
||||
--- term.c
|
||||
+++ term.c
|
||||
@@ -414,7 +414,7 @@
|
||||
case TIOCGPTN:
|
||||
#endif
|
||||
tprintf(", ");
|
||||
- printnum(tcp, arg, "%d");
|
||||
+ printnum_int(tcp, arg, "%d");
|
||||
return 1;
|
||||
|
||||
#if 0
|
||||
Reference in New Issue
Block a user