[BACK]Return to syslogd.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / syslogd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.sbin/syslogd/syslogd.c between version 1.34.4.3 and 1.34.4.4

version 1.34.4.3, 2000/09/13 15:57:02 version 1.34.4.4, 2001/03/22 02:48:58
Line 1054  init(signo)
Line 1054  init(signo)
                 case F_CONSOLE:                  case F_CONSOLE:
                         (void)close(f->f_file);                          (void)close(f->f_file);
                         break;                          break;
                   case F_FORW:
                           if (f->f_un.f_forw.f_addr)
                                   freeaddrinfo(f->f_un.f_forw.f_addr);
                           break;
                 }                  }
                 next = f->f_next;                  next = f->f_next;
                 free((char *)f);                  free((char *)f);

Legend:
Removed from v.1.34.4.3  
changed lines
  Added in v.1.34.4.4

CVSweb <webmaster@jp.NetBSD.org>