/[rdesktop]/sourceforge.net/trunk/rdesktop/tcp.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/tcp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by matty, Tue Aug 15 12:01:01 2000 UTC revision 13 by matty, Sat Sep 16 12:07:55 2000 UTC
# Line 22  Line 22 
22  #include <sys/socket.h> /* socket connect setsockopt */  #include <sys/socket.h> /* socket connect setsockopt */
23  #include <sys/time.h>   /* timeval */  #include <sys/time.h>   /* timeval */
24  #include <netdb.h>      /* gethostbyname */  #include <netdb.h>      /* gethostbyname */
25    #include <netinet/in.h> /* sockaddr_in */
26  #include <netinet/tcp.h> /* TCP_NODELAY */  #include <netinet/tcp.h> /* TCP_NODELAY */
27  #include <arpa/inet.h>  /* sockaddr_in inet_addr */  #include <arpa/inet.h>  /* inet_addr */
28  #include <errno.h>      /* errno */  #include <errno.h>      /* errno */
29  #include "rdesktop.h"  #include "rdesktop.h"
30    

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26