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 Sync



details:   https://anonhg.NetBSD.org/src/rev/c24b0bb4c80a
branches:  trunk
changeset: 833349:c24b0bb4c80a
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Jun 21 11:58:23 2018 +0000

description:
Sync

diffstat:

 external/bsd/dhcpcd/dist/src/dhcpcd.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e1792095ccac -r c24b0bb4c80a external/bsd/dhcpcd/dist/src/dhcpcd.c
--- a/external/bsd/dhcpcd/dist/src/dhcpcd.c     Thu Jun 21 11:57:05 2018 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcpcd.c     Thu Jun 21 11:58:23 2018 +0000
@@ -373,7 +373,7 @@
 #ifdef IPV4LL
        ipv4ll_drop(ifp);
 #endif
-#ifdef DHCP
+#ifdef INET
        dhcp_drop(ifp, stop ? "STOP" : "EXPIRE");
 #endif
 #ifdef ARP



Home | Main Index | Thread Index | Old Index