Changeset 2573 for trunk/libtransmission/fdlimit.c
- Timestamp:
- Jul 31, 2007, 2:26:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/fdlimit.c
r2555 r2573 30 30 #include <sys/types.h> 31 31 #include <sys/stat.h> 32 #include <sys/socket.h>33 #include <netinet/in.h>34 #include <arpa/inet.h>35 32 #include <unistd.h> 36 33 #include <fcntl.h> 37 34 38 35 #include "transmission.h" 36 #include "net.h" 37 #include "platform.h" 39 38 #include "utils.h" 40 39 … … 89 88 * tr_fdInit 90 89 **********************************************************************/ 91 void tr_fdInit( )90 void tr_fdInit( void ) 92 91 { 93 92 int i, j, s[4096]; … … 408 407 * tr_fdClose 409 408 **********************************************************************/ 410 void tr_fdClose( )409 void tr_fdClose( void ) 411 410 { 412 411 tr_lockFree( gFd->lock );
Note: See TracChangeset
for help on using the changeset viewer.