ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/s_bsd.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/s_bsd.c (file contents):
Revision 896 by michael, Sat Nov 3 08:54:09 2007 UTC vs.
Revision 950 by michael, Tue Jul 21 23:07:52 2009 UTC

# Line 65 | Line 65 | static PF comm_connect_timeout;
65   static void comm_connect_dns_callback(void *vptr, struct DNSReply *reply);
66   static PF comm_connect_tryconnect;
67  
68 extern void init_netio(void);
68  
69   /* check_can_use_v6()
70   *  Check if the system can open AF_INET6 sockets
# Line 357 | Line 356 | add_connection(struct Listener *listener
356   #endif
357      strlcat(new_client->host, new_client->sockhost,HOSTLEN+1);
358  
360  new_client->connect_id = ++connect_id;
359    new_client->localClient->listener = listener;
360    ++listener->ref_count;
361  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)