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

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

Diff for /src/usr.sbin/rtadvd/rtadvd.c between version 1.32 and 1.33

version 1.32, 2006/08/02 13:44:53 version 1.33, 2006/10/07 17:27:57
Line 272  main(argc, argv)
Line 272  main(argc, argv)
                     timeout->tv_usec / 1000) : INFTIM)) < 0) {                      timeout->tv_usec / 1000) : INFTIM)) < 0) {
                         /* EINTR would occur upon SIGUSR1 for status dump */                          /* EINTR would occur upon SIGUSR1 for status dump */
                         if (errno != EINTR)                          if (errno != EINTR)
                                 syslog(LOG_ERR, "<%s> select: %s",                                  syslog(LOG_ERR, "<%s> poll: %s",
                                     __func__, strerror(errno));                                      __func__, strerror(errno));
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>