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

Comparing ircd-hybrid-7.3/src/s_auth.c (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1032 by michael, Thu Dec 3 18:45:37 2009 UTC

# Line 445 | Line 445 | auth_connect_callback(fde_t *fd, int err
445    char authbuf[32];
446    socklen_t ulen = sizeof(struct irc_ssaddr);
447    socklen_t tlen = sizeof(struct irc_ssaddr);
448 <  u_int16_t uport, tport;
448 >  uint16_t uport, tport;
449   #ifdef IPV6
450    struct sockaddr_in6 *v6;
451   #else

Diff Legend

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