* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd/files: dhcpcd-6.0.5-fix-build-without-ipv6.patch
@ 2013-08-17 19:55 William Hubbs (williamh)
0 siblings, 0 replies; only message in thread
From: William Hubbs (williamh) @ 2013-08-17 19:55 UTC (permalink / raw
To: gentoo-commits
williamh 13/08/17 19:55:14
Added: dhcpcd-6.0.5-fix-build-without-ipv6.patch
Log:
apply upstream patch for bug #481330.
(Portage version: 2.2.0/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Revision Changes Path
1.1 net-misc/dhcpcd/files/dhcpcd-6.0.5-fix-build-without-ipv6.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/files/dhcpcd-6.0.5-fix-build-without-ipv6.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/files/dhcpcd-6.0.5-fix-build-without-ipv6.patch?rev=1.1&content-type=text/plain
Index: dhcpcd-6.0.5-fix-build-without-ipv6.patch
===================================================================
From 37708a7001c287ea0d86baf8110e2531a1057326 Mon Sep 17 00:00:00 2001
From: Roy Marples <roy@marples.name>
Date: Sat, 17 Aug 2013 11:00:07 +0100
Subject: [PATCH] Fix build without IPv6
---
platform.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform.h b/platform.h
index 36086b5..46797c1 100644
--- a/platform.h
+++ b/platform.h
@@ -33,7 +33,7 @@ char *hardware_platform(void);
int check_ipv6(const char *, int);
int ipv6_dadtransmits(const char *);
#else
-#define check_ipv6(a) 0
+#define check_ipv6(a, b) -1
#endif
#endif
--
1.8.1.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-17 19:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-17 19:55 [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd/files: dhcpcd-6.0.5-fix-build-without-ipv6.patch William Hubbs (williamh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox