--- src/lib/libc/gen/termios.c 2005/11/13 00:07:42 1.4 +++ src/lib/libc/gen/termios.c 2005/11/19 22:32:53 1.5 @@ -154,7 +154,7 @@ cfmakeraw(struct termios *t) } int -tcsendbreak(int fd, int len) +tcsendbreak(int fd, int len __unused) { struct timeval sleepytime;