diff --git a/client.c b/client.c index 14248761..a51b200c 100644 --- a/client.c +++ b/client.c @@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.92 2010-05-14 14:35:26 tcunha Exp $ */ +/* $Id: client.c,v 1.93 2010-06-06 00:25:47 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -17,7 +17,6 @@ */ #include -#include #include #include #include @@ -119,12 +118,9 @@ void client_send_identify(int flags) { struct msg_identify_data data; - struct winsize ws; char *term; int fd; - if (ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == -1) - fatal("ioctl(TIOCGWINSZ)"); data.flags = flags; if (getcwd(data.cwd, sizeof data.cwd) == NULL)