X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-tty.c;h=56cd3250124736fd15a65cfd4283c0c5ac51a07a;hb=98f1518a09e923a4f8b14b6a637cc283f02719bd;hp=34bd768bc0e49080a7657dc33d1f87ae40ee45b3;hpb=f52a96980ed9280f8f906a20d4b899dc0b027644;p=chise%2Fxemacs-chise.git- diff --git a/src/console-tty.c b/src/console-tty.c index 34bd768..56cd325 100644 --- a/src/console-tty.c +++ b/src/console-tty.c @@ -130,8 +130,8 @@ tty_init_console (struct console *con, Lisp_Object props) if (NILP (CONSOLE_NAME (con))) CONSOLE_NAME (con) = Ffile_name_nondirectory (tty); { - int tty_pg; - int controlling_tty_pg; + pid_t tty_pg; + pid_t controlling_tty_pg; int cfd; /* OK, the only sure-fire way I can think of to determine