* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-burn/files: vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
@ 2013-01-16 6:38 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-16 6:38 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/01/16 06:38:38
Added:
vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
Log:
Fix missing include for function setpriority wrt #425596 by Diego Elio Pettenò
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.1 media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch?rev=1.1&content-type=text/plain
Index: vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
===================================================================
http://bugs.gentoo.org/425596
--- proctools/process.cc
+++ proctools/process.cc
@@ -8,6 +8,7 @@
#include <cerrno>
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/resource.h>
#include <unistd.h>
namespace proctools
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-burn/files: vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
@ 2013-01-16 6:41 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-16 6:41 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/01/16 06:41:35
Modified:
vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
Log:
best to include time.h with resource.h, thanks to pinkbyte. verified by looking around other similar patches
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.2 media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch?r1=1.1&r2=1.2
Index: vdr-burn-0.2.0-missing-include-for-function-setpriority.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-burn/files/vdr-burn-0.2.0-missing-include-for-function-setpriority.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-burn-0.2.0-missing-include-for-function-setpriority.patch 16 Jan 2013 06:38:38 -0000 1.1
+++ vdr-burn-0.2.0-missing-include-for-function-setpriority.patch 16 Jan 2013 06:41:35 -0000 1.2
@@ -2,10 +2,11 @@
--- proctools/process.cc
+++ proctools/process.cc
-@@ -8,6 +8,7 @@
+@@ -8,6 +8,8 @@
#include <cerrno>
#include <sys/types.h>
#include <sys/wait.h>
++#include <sys/time.h>
+#include <sys/resource.h>
#include <unistd.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-16 6:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 6:38 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-burn/files: vdr-burn-0.2.0-missing-include-for-function-setpriority.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2013-01-16 6:41 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox