aboutsummaryrefslogtreecommitdiff
path: root/src/wsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsocket.c')
-rw-r--r--src/wsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsocket.c b/src/wsocket.c
index 2d07904..c82882a 100644
--- a/src/wsocket.c
+++ b/src/wsocket.c
@@ -5,7 +5,7 @@
5* The penalty of calling select to avoid busy-wait is only paid when 5* The penalty of calling select to avoid busy-wait is only paid when
6* the I/O call fail in the first place. 6* the I/O call fail in the first place.
7* 7*
8* RCS ID: $Id$ 8* RCS ID: $Id: wsocket.c,v 1.36 2007/06/11 23:44:54 diego Exp $
9\*=========================================================================*/ 9\*=========================================================================*/
10#include <string.h> 10#include <string.h>
11 11