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

Comparing ircd-hybrid-7.2/src/irc_res.c (file contents):
Revision 998 by michael, Sun Aug 23 12:43:17 2009 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC

# Line 20 | Line 20
20   */
21  
22   #include "stdinc.h"
23 < #include "tools.h"
23 > #include "list.h"
24   #include "balloc.h"
25   #include "client.h"
26 #include "list.h"
27 #include "common.h"
26   #include "event.h"
27   #include "irc_string.h"
28   #include "sprintf_irc.h"
29   #include "ircd.h"
30   #include "numeric.h"
33 #include "restart.h"
31   #include "rng_mt.h"
32   #include "fdlist.h"
33   #include "fileio.h" /* for fbopen / fbclose / fbputs */
# Line 41 | Line 38
38   #include "irc_res.h"
39   #include "irc_reslib.h"
40   #include "irc_getnameinfo.h"
41 + #include "common.h"
42  
43   #if (CHAR_BIT != 8)
44   #error this code needs to be able to address individual octets

Diff Legend

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