OBS User unknown
2006-12-18 23:17:52 +00:00
committed by Git OBS Bridge
commit f6ae875b0f
18 changed files with 4244 additions and 0 deletions

11
ioctl.diff Normal file
View 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