Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-5.5.3 to fix a compil...
details: https://anonhg.NetBSD.org/src/rev/a36db9fd1c46
branches: trunk
changeset: 773469:a36db9fd1c46
user: roy <roy%NetBSD.org@localhost>
date: Fri Feb 03 00:04:06 2012 +0000
description:
Import dhcpcd-5.5.3 to fix a compile failure.
diffstat:
external/bsd/dhcpcd/dist/defs.h | 2 +-
external/bsd/dhcpcd/dist/ipv6rs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 1fc3d5c3797a -r a36db9fd1c46 external/bsd/dhcpcd/dist/defs.h
--- a/external/bsd/dhcpcd/dist/defs.h Thu Feb 02 23:35:40 2012 +0000
+++ b/external/bsd/dhcpcd/dist/defs.h Fri Feb 03 00:04:06 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 1fc3d5c3797a -r a36db9fd1c46 external/bsd/dhcpcd/dist/ipv6rs.c
--- a/external/bsd/dhcpcd/dist/ipv6rs.c Thu Feb 02 23:35:40 2012 +0000
+++ b/external/bsd/dhcpcd/dist/ipv6rs.c Fri Feb 03 00:04:06 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)
{
Home |
Main Index |
Thread Index |
Old Index