aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.c
diff options
context:
space:
mode:
authorjames <>2008-02-13 16:59:34 +0000
committerjames <>2008-02-13 16:59:34 +0000
commit4d30d1456ad4052bd5d5bbec8cd7dbaad233c7a5 (patch)
tree8a6d64fa375f577cc34d5ef2b6e330d84013cf36 /src/tty.c
parente32ce0cfdccf5240ae29ef06a13078ae37ee521a (diff)
downloadsympathy-4d30d1456ad4052bd5d5bbec8cd7dbaad233c7a5.tar.gz
sympathy-4d30d1456ad4052bd5d5bbec8cd7dbaad233c7a5.tar.bz2
sympathy-4d30d1456ad4052bd5d5bbec8cd7dbaad233c7a5.zip
*** empty log message ***
Diffstat (limited to 'src/tty.c')
-rw-r--r--src/tty.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tty.c b/src/tty.c
index 72b31a1..ca4936b 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.6 2008/02/13 16:59:34 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/13 16:57:29 james
* *** empty log message ***
*
@@ -22,12 +25,12 @@ static char rcsid[] = "$Id$";
*/
-
+#include "project.h"
void
tty_pre_select (TTY * t, fd_set * rfds, fd_set * wfds)
{
- FD_SET (t->rfd, &rfds);
+ FD_SET (t->rfd, rfds);
}
#if 0