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/src Fix SMALLPROG build.
details: https://anonhg.NetBSD.org/src/rev/008a9c1763fe
branches: trunk
changeset: 447744:008a9c1763fe
user: roy <roy%NetBSD.org@localhost>
date: Tue Jan 22 21:38:08 2019 +0000
description:
Fix SMALLPROG build.
diffstat:
external/bsd/dhcpcd/dist/src/dhcpcd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r acac29551e6f -r 008a9c1763fe external/bsd/dhcpcd/dist/src/dhcpcd.c
--- a/external/bsd/dhcpcd/dist/src/dhcpcd.c Tue Jan 22 20:17:36 2019 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcpcd.c Tue Jan 22 21:38:08 2019 +0000
@@ -765,7 +765,9 @@
#ifdef NOCARRIER_PRESERVE_IP
dhcpcd_drop(ifp, 0);
#endif
+#ifdef IPV4LL
ipv4ll_reset(ifp);
+#endif
}
}
dhcpcd_initstate(ifp, 0);
Home |
Main Index |
Thread Index |
Old Index