ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_svinfo.c
(Generate patch)

Comparing ircd-hybrid-8/modules/m_svinfo.c (file contents):
Revision 1298 by michael, Tue Feb 28 18:51:13 2012 UTC vs.
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 28 | Line 28
28   #include "ircd.h"
29   #include "numeric.h"
30   #include "send.h"
31 < #include "s_conf.h"
32 < #include "s_log.h"
31 > #include "conf.h"
32 > #include "log.h"
33   #include "parse.h"
34   #include "modules.h"
35  
# Line 44 | Line 44
44   */
45   static void
46   ms_svinfo(struct Client *client_p, struct Client *source_p,
47 <          int parc, char *parv[])
47 >          int parc, char *parv[])
48   {
49    time_t deltat;
50    time_t theirtime;

Diff Legend

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