--- rxvt-unicode/src/main.C 2009/04/26 01:51:20 1.316 +++ rxvt-unicode/src/main.C 2009/05/12 08:21:56 1.317 @@ -648,7 +648,7 @@ ws.ws_row = nrow; ws.ws_xpixel = width; ws.ws_ypixel = height; - (void)ioctl (pty->pty, TIOCSWINSZ, &ws); + ioctl (pty->pty, TIOCSWINSZ, &ws); #if 0 // TIOCSWINSZ is supposed to do this automatically and correctly