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/c3776e8c1e97
branches: trunk
changeset: 996192:c3776e8c1e97
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 38faf782eca2 -r c3776e8c1e97 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