public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-glibc-open.patch
@ 2009-02-16 15:43 Markus Ullmann (jokey)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Ullmann (jokey) @ 2009-02-16 15:43 UTC (permalink / raw
  To: gentoo-commits

jokey       09/02/16 15:43:08

  Added:                pilot-link-0.12.3-glibc-open.patch
  Log:
  Add gcc 4.3.3 compile fix wrt bug #257506, Version bump because of transition to EAPI2
  (Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch?rev=1.1&content-type=text/plain

Index: pilot-link-0.12.3-glibc-open.patch
===================================================================
diff -urN ./pilot-link-0.12.3.orig/src/pilot-schlep.c ./pilot-link-0.12.3/src/pilot-schlep.c
--- ./pilot-link-0.12.3.orig/src/pilot-schlep.c	2006-10-12 16:21:21.000000000 +0200
+++ ./pilot-link-0.12.3/src/pilot-schlep.c	2009-02-16 16:09:25.321851803 +0100
@@ -38,7 +38,7 @@
 		fd;
 	pi_buffer_t *buffer;
 
-	fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC);
+	fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
 	if (fd < 0)
 		return -1;
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-glibc-open.patch
@ 2009-02-23 13:40 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2009-02-23 13:40 UTC (permalink / raw
  To: gentoo-commits

pva         09/02/23 13:40:24

  Modified:             pilot-link-0.12.3-glibc-open.patch
  Log:
  Fixed build issue, bug #259241, thank Dustin Polke for report, MaratIK, Israel G. Lugo, Jan Paesmans for this fix.
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch?r1=1.1&r2=1.2

Index: pilot-link-0.12.3-glibc-open.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pilot-link-0.12.3-glibc-open.patch	16 Feb 2009 15:43:08 -0000	1.1
+++ pilot-link-0.12.3-glibc-open.patch	23 Feb 2009 13:40:24 -0000	1.2
@@ -1,6 +1,16 @@
 diff -urN ./pilot-link-0.12.3.orig/src/pilot-schlep.c ./pilot-link-0.12.3/src/pilot-schlep.c
 --- ./pilot-link-0.12.3.orig/src/pilot-schlep.c	2006-10-12 16:21:21.000000000 +0200
 +++ ./pilot-link-0.12.3/src/pilot-schlep.c	2009-02-16 16:09:25.321851803 +0100
+@@ -21,6 +21,9 @@
+  *
+  */
+ 
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <fcntl.h>
+ #include <stdio.h>
+ 
+ #include "pi-source.h"
 @@ -38,7 +38,7 @@
  		fd;
  	pi_buffer_t *buffer;






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-23 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 15:43 [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-glibc-open.patch Markus Ullmann (jokey)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-23 13:40 Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox