public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/nxcl/files: nxcl-0.9-gcc43.patch
@ 2008-09-10  9:12 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2008-09-10  9:12 UTC (permalink / raw
  To: gentoo-commits

voyageur    08/09/10 09:12:15

  Added:                nxcl-0.9-gcc43.patch
  Log:
  Fix compilation with gcc-4.3, closes bug #235018
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.1                  net-misc/nxcl/files/nxcl-0.9-gcc43.patch

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

Index: nxcl-0.9-gcc43.patch
===================================================================
Index: nxcl/nxcl.cpp
===================================================================
--- nxcl/nxcl.cpp	(révision 520)
+++ nxcl/nxcl.cpp	(révision 545)
@@ -30,6 +30,7 @@
 #include <dbus/dbus.h>
 #include <X11/Xlib.h>
 }
+#include <stdlib.h>
 
 using namespace nxcl;
 using namespace std;
Index: lib/notQt.cpp
===================================================================
--- lib/notQt.cpp	(révision 520)
+++ lib/notQt.cpp	(révision 545)
@@ -29,6 +29,7 @@
 #include <sys/socket.h>	
 #include <signal.h>
 }
+#include <stdlib.h>
 
 #include "../config.h"
 #include "notQt.h"
Index: lib/nxclientlib.cpp
===================================================================
--- lib/nxclientlib.cpp	(révision 520)
+++ lib/nxclientlib.cpp	(révision 545)
@@ -43,6 +43,8 @@
     #include <sys/stat.h>
     #include <unistd.h>
 }
+#include <stdlib.h>
+#include <string.h>
 
 /*
  * On the location of nxproxy and nxssh binaries






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-10  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10  9:12 [gentoo-commits] gentoo-x86 commit in net-misc/nxcl/files: nxcl-0.9-gcc43.patch Bernard Cafarelli (voyageur)

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