Import dhcpcd-5.5.3 to fix a compile failure.

This commit is contained in:
roy 2012-02-03 00:04:06 +00:00
parent 54e74c5d9b
commit 75c7a95f02
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
#define VERSION "5.5.2"
#define VERSION "5.5.3"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"

View File

@ -665,7 +665,7 @@ ipv6rs_expire(void *arg)
if (!timerisset(&next) || timercmp(&next, &lt, >))
next = lt;
for (rao = rap->options;
for (rao = rap->options, raol = NULL;
rao && (raon = rao->next);
raol = rao, rao = raon)
{