projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743e944
)
Remove include of sys/select.h from tcpip.c . It is not needed.
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 9 Nov 2007 21:52:38 +0000
(21:52 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 9 Nov 2007 21:52:38 +0000
(21:52 +0000)
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
2ef9dc2
..
275c10c
100644
(file)
--- a/
src/tcpip.c
+++ b/
src/tcpip.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2007, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: tcpip.c,v 1.36 2007-10-09 06:00:56 adam Exp $
+ * $Id: tcpip.c,v 1.37 2007-11-09 21:52:38 adam Exp $
*/
/**
* \file tcpip.c
@@
-46,9
+46,6
@@
#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
-#if HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#if HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif