ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/init.C
(Generate patch)

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.18 by root, Thu Dec 14 21:46:34 2006 UTC vs.
Revision 1.19 by root, Thu Dec 14 22:45:41 2006 UTC

39#include <sys/time.h> 39#include <sys/time.h>
40#include <sys/socket.h> 40#include <sys/socket.h>
41#include <netinet/in.h> 41#include <netinet/in.h>
42#include <netdb.h> 42#include <netdb.h>
43 43
44#ifdef HAVE_UNISTD_H
45# include <unistd.h> 44#include <unistd.h>
46#endif
47
48#ifdef HAVE_ARPA_INET_H
49# include <arpa/inet.h> 45#include <arpa/inet.h>
50#endif
51#include <newserver.h> 46#include <newserver.h>
52 47
53sockvec client_sockets; 48sockvec client_sockets;
54 49
55/** 50/**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines