X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvtty.c;h=8ce068d65be8aececa3558602b9da92e1475cfc7;hb=3ef341abe440ece07f8deed59fb026ab020e805a;hp=74d19d5d641948f9446b238d9866a89b30ba3a6d;hpb=3a84d814004fd4557bf4f44952648e9e69bd22a8;p=mmh diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 74d19d5..8ce068d 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -217,7 +217,8 @@ static int message_fd (char **vec) { pid_t child_id; - int bytes, fd, seconds; + int bytes, seconds; + volatile int fd; char tmpfil[BUFSIZ]; struct stat st;