Module Name:    src
Committed By:   roy
Date:           Fri Jan 30 10:20:43 UTC 2015

Modified Files:
        src/external/bsd/dhcpcd/dist: defs.h ipv6.h

Log Message:
Sync


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/dhcpcd/dist/defs.h
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/dhcpcd/dist/ipv6.h

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/defs.h
diff -u src/external/bsd/dhcpcd/dist/defs.h:1.13 src/external/bsd/dhcpcd/dist/defs.h:1.14
--- src/external/bsd/dhcpcd/dist/defs.h:1.13	Fri Jan 30 09:47:05 2015
+++ src/external/bsd/dhcpcd/dist/defs.h	Fri Jan 30 10:20:43 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.13 2015/01/30 09:47:05 roy Exp $ */
+/* $NetBSD: defs.h,v 1.14 2015/01/30 10:20:43 roy Exp $ */
 
 /*
  * dhcpcd - DHCP client daemon
@@ -30,7 +30,7 @@
 #define CONFIG_H
 
 #define PACKAGE			"dhcpcd"
-#define VERSION			"6.7.0"
+#define VERSION			"6.7.1"
 
 #ifndef CONFIG
 # define CONFIG			SYSCONFDIR "/" PACKAGE ".conf"

Index: src/external/bsd/dhcpcd/dist/ipv6.h
diff -u src/external/bsd/dhcpcd/dist/ipv6.h:1.9 src/external/bsd/dhcpcd/dist/ipv6.h:1.10
--- src/external/bsd/dhcpcd/dist/ipv6.h:1.9	Fri Jan 30 09:47:05 2015
+++ src/external/bsd/dhcpcd/dist/ipv6.h	Fri Jan 30 10:20:43 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ipv6.h,v 1.9 2015/01/30 09:47:05 roy Exp $ */
+/* $NetBSD: ipv6.h,v 1.10 2015/01/30 10:20:43 roy Exp $ */
 
 /*
  * dhcpcd - DHCP client daemon
@@ -266,6 +266,7 @@ void ipv6_buildroutes(struct dhcpcd_ctx 
 #define ipv6_free(a) {}
 #define ipv6_drop(a) {}
 #define ipv6_ctxfree(a) {}
+#define ipv6_gentempifid(a) {}
 #endif
 
 #endif

Reply via email to