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/6c91bd8c416a
branches:  trunk
changeset: 838574:6c91bd8c416a
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 7c3083341790 -r 6c91bd8c416a 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