# HG changeset patch # User Roy Marples # Date 1328227323 0 # Node ID 9bd09ac9b9fb2cf5d36a06c48a0f9cb958ab645b # Parent 09d402175471f49928eae0703a9cd4cde4ba0a44 Fix a compile issue and releae dhcpcd-5.5.3 diff -r 09d402175471 -r 9bd09ac9b9fb defs.h --- a/defs.h Thu Feb 02 23:30:41 2012 +0000 +++ b/defs.h Fri Feb 03 00:02:03 2012 +0000 @@ -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" diff -r 09d402175471 -r 9bd09ac9b9fb ipv6rs.c --- a/ipv6rs.c Thu Feb 02 23:30:41 2012 +0000 +++ b/ipv6rs.c Fri Feb 03 00:02:03 2012 +0000 @@ -665,7 +665,7 @@ if (!timerisset(&next) || timercmp(&next, <, >)) next = lt; - for (rao = rap->options; + for (rao = rap->options, raol = NULL; rao && (raon = rao->next); raol = rao, rao = raon) {