* [gentoo-commits] gentoo-x86 commit in dev-embedded/mspdebug/files: mspdebug-0.21-glibc-2.17.patch
@ 2013-01-03 19:04 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-03 19:04 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/03 19:04:39
Added: mspdebug-0.21-glibc-2.17.patch
Log:
Fix build with glibc-2.17 (bug #449284).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.1 dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch?rev=1.1&content-type=text/plain
Index: mspdebug-0.21-glibc-2.17.patch
===================================================================
--- mspdebug-0.21/util/sport.c.orig
+++ mspdebug-0.21/util/sport.c
@@ -20,6 +20,8 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <time.h>
+#include <sys/select.h>
#include "sport.h"
#include "util.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-embedded/mspdebug/files: mspdebug-0.21-glibc-2.17.patch
@ 2013-01-04 1:30 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-04 1:30 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/04 01:30:56
Modified: mspdebug-0.21-glibc-2.17.patch
Log:
Use correct header.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.2 dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch?r1=1.1&r2=1.2
Index: mspdebug-0.21-glibc-2.17.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/mspdebug/files/mspdebug-0.21-glibc-2.17.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mspdebug-0.21-glibc-2.17.patch 3 Jan 2013 19:04:39 -0000 1.1
+++ mspdebug-0.21-glibc-2.17.patch 4 Jan 2013 01:30:56 -0000 1.2
@@ -1,10 +1,10 @@
---- mspdebug-0.21/util/sport.c.orig
+--- mspdebug-0.21/util/sport.c
+++ mspdebug-0.21/util/sport.c
@@ -20,6 +20,8 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
-+#include <time.h>
++#include <sys/time.h>
+#include <sys/select.h>
#include "sport.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-04 1:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 1:30 [gentoo-commits] gentoo-x86 commit in dev-embedded/mspdebug/files: mspdebug-0.21-glibc-2.17.patch Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2013-01-03 19:04 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox