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

Comparing ircd-hybrid-7.2/src/s_auth.c (file contents):
Revision 1010 by michael, Sat Aug 29 22:44:44 2009 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC

# Line 33 | Line 33
33   *     --Bleep  Thomas Helvey <tomh@inxpress.net>
34   */
35   #include "stdinc.h"
36 #include "tools.h"
36   #include "list.h"
37 + #include "ircd_defs.h"
38 + #include "fdlist.h"
39   #include "s_auth.h"
40   #include "s_conf.h"
41   #include "balloc.h"
42   #include "client.h"
43   #include "common.h"
44   #include "event.h"
44 #include "fdlist.h"              /* fdlist_add */
45   #include "hook.h"
46   #include "irc_string.h"
47   #include "sprintf_irc.h"
# Line 52 | Line 52
52   #include "s_bsd.h"
53   #include "s_log.h"
54   #include "send.h"
55 < #include "memory.h"
55 >
56  
57   static const char *HeaderMessages[] = {
58    ":%s NOTICE AUTH :*** Looking up your hostname...",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines