diff options
Diffstat (limited to 'japanese/kterm/files/patch-main.c')
-rw-r--r-- | japanese/kterm/files/patch-main.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/japanese/kterm/files/patch-main.c b/japanese/kterm/files/patch-main.c index a3c35487efcb..720d727b0c18 100644 --- a/japanese/kterm/files/patch-main.c +++ b/japanese/kterm/files/patch-main.c @@ -1,6 +1,6 @@ ---- main.c.orig 2013-01-20 15:06:09.000000000 +0900 -+++ main.c 2013-01-20 15:06:31.000000000 +0900 -@@ -211,7 +211,9 @@ +--- main.c.orig 2016-11-04 21:41:21 UTC ++++ main.c +@@ -211,7 +211,9 @@ static Bool IsPts = False; #undef FIOCLEX #undef FIONCLEX #define setpgrp2 setpgrp @@ -10,7 +10,7 @@ #include <sys/resource.h> #endif #ifdef sco -@@ -237,7 +239,7 @@ +@@ -237,7 +239,7 @@ static Bool IsPts = False; #define HAS_UTMP_UT_HOST #endif #else /* } !SYSV { */ /* BSD systems */ @@ -19,7 +19,7 @@ #include <sgtty.h> #endif #include <sys/resource.h> -@@ -294,7 +296,7 @@ +@@ -294,7 +296,7 @@ extern Time_t time (); #define ttyslot() 1 #endif /* apollo */ @@ -28,7 +28,7 @@ #include <utmpx.h> #define setutent setutxent #define getutent getutxent -@@ -320,6 +322,10 @@ +@@ -320,6 +322,10 @@ extern struct utmp *getutid __((struct utmp *_Id)); int Ptyfd; #endif /* PUCC_PTYD */ @@ -39,7 +39,7 @@ #ifdef sequent #define USE_GET_PSEUDOTTY #endif -@@ -1360,6 +1366,8 @@ +@@ -1360,6 +1366,8 @@ char **argv; d_tio.c_cc[VDISCARD] = CFLUSH; d_tio.c_cc[VWERASE] = CWERASE; d_tio.c_cc[VLNEXT] = CLNEXT; @@ -48,7 +48,7 @@ #endif /* } */ #ifdef TIOCSLTC /* { */ d_ltc.t_suspc = CSUSP; /* t_suspc */ -@@ -1408,6 +1416,8 @@ +@@ -1408,6 +1416,8 @@ char **argv; d_tio.c_cc[VQUIT] = CQUIT; /* '^\' */ d_tio.c_cc[VEOF] = CEOF; /* '^D' */ d_tio.c_cc[VEOL] = CEOL; /* '^@' */ @@ -57,7 +57,7 @@ #ifdef VSWTCH d_tio.c_cc[VSWTCH] = CSWTCH; /* usually '^Z' */ #endif -@@ -1722,11 +1732,11 @@ +@@ -1722,11 +1732,11 @@ char **argv; case 'u': case 'U': term->flags |= UTF8_KANJI; update_utf8mode(); @@ -70,7 +70,7 @@ } #endif /* KTERM_KANJIMODE */ -@@ -1973,6 +1983,10 @@ +@@ -1973,6 +1983,10 @@ char *name; get_pty (pty) int *pty; { @@ -81,7 +81,7 @@ #ifdef __osf__ int tty; return (openpty(pty, &tty, ttydev, NULL, NULL)); -@@ -2076,6 +2090,7 @@ +@@ -2076,6 +2090,7 @@ get_pty (pty) #endif /* __sgi or umips else */ #endif /* USE_GET_PSEUDOTTY else */ #endif /* ATT else */ |