public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-ftp/pftpfxp/files: 1.11-gcc43.patch
@ 2009-04-03 15:17 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-03 15:17 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/03 15:17:32

  Added:                1.11-gcc43.patch
  Log:
  Fix gcc 4.3 compile failure. Thanks to Magnus Granberg, fixes #261299
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-ftp/pftpfxp/files/1.11-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pftpfxp/files/1.11-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pftpfxp/files/1.11-gcc43.patch?rev=1.1&content-type=text/plain

Index: 1.11-gcc43.patch
===================================================================
--- src/tcp.cc	2003-11-08 23:00:00.000000000 +0000
+++ src/tcp.cc	2009-03-11 22:26:49.000000000 +0000
@@ -1176,7 +1176,7 @@
     this->size = 0;
 
     if ((outfile_fd =
-             open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY)) == -1) {
+             open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0644)) == -1) {
         this->error = E_BAD_LOCALFILE;
         return (FALSE);
     }






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

* [gentoo-commits] gentoo-x86 commit in net-ftp/pftpfxp/files: 1.11-gcc43.patch
@ 2014-04-14  6:03 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-04-14  6:03 UTC (permalink / raw
  To: gentoo-commits

ulm         14/04/14 06:03:12

  Removed:              1.11-gcc43.patch
  Log:
  net-ftp/pftpfxp removal, bug 465784.


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

end of thread, other threads:[~2014-04-14  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14  6:03 [gentoo-commits] gentoo-x86 commit in net-ftp/pftpfxp/files: 1.11-gcc43.patch Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-03 15:17 Patrick Lauer (patrick)

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