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

Comparing ircd-hybrid-7.2/src/send.c (file contents):
Revision 939 by db, Sat May 2 01:41:47 2009 UTC vs.
Revision 948 by michael, Tue Jul 21 17:34:06 2009 UTC

# Line 53 | Line 53 | struct Callback *iosendctrl_cb = NULL;
53   static void send_message(struct Client *, char *, int);
54   static void send_message_remote(struct Client *, struct Client *, char *, int);
55  
56 < static unsigned long current_serial = 0L;
56 > static unsigned int current_serial = 0;
57  
58   /* send_format()
59   *
# Line 898 | Line 898 | sendto_match_servs(struct Client *source
898    vsnprintf(buffer, sizeof(buffer), pattern, args);
899    va_end(args);
900  
901 <  current_serial++;
901 >  ++current_serial;
902  
903    DLINK_FOREACH(ptr, global_serv_list.head)
904    {

Diff Legend

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