Module Name: src
Committed By: roy
Date: Thu Jun 21 11:58:23 UTC 2018
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcpcd.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/dhcpcd/dist/src/dhcpcd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/dist/src/dhcpcd.c
diff -u src/external/bsd/dhcpcd/dist/src/dhcpcd.c:1.12 src/external/bsd/dhcpcd/dist/src/dhcpcd.c:1.13
--- src/external/bsd/dhcpcd/dist/src/dhcpcd.c:1.12 Mon Jun 4 09:56:16 2018
+++ src/external/bsd/dhcpcd/dist/src/dhcpcd.c Thu Jun 21 11:58:23 2018
@@ -373,7 +373,7 @@ dhcpcd_drop(struct interface *ifp, int s
#ifdef IPV4LL
ipv4ll_drop(ifp);
#endif
-#ifdef DHCP
+#ifdef INET
dhcp_drop(ifp, stop ? "STOP" : "EXPIRE");
#endif
#ifdef ARP