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

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 1836 by michael, Fri Apr 19 19:54:11 2013 UTC vs.
Revision 1857 by michael, Wed Apr 24 20:47:21 2013 UTC

# Line 826 | Line 826 | change_simple_umode(va_list args)
826   */
827   void
828   set_user_mode(struct Client *client_p, struct Client *source_p,
829 <              int parc, char *parv[])
829 >              const int parc, char *parv[])
830   {
831    unsigned int flag, setflags;
832    char **p, *m, buf[IRCD_BUFSIZE];
# Line 1260 | Line 1260 | valid_sid(const char *sid)
1260   void
1261   init_uid(void)
1262   {
1263 <  int i;
1263 >  unsigned int i;
1264  
1265    memset(new_uid, 0, sizeof(new_uid));
1266  

Diff Legend

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