[Guessnet-devel] [svn] r152 - in trunk: . debian src

Enrico Zini enrico at costa.debian.org
Fri Aug 25 17:56:09 UTC 2006


Author: enrico
Date: Fri Aug 25 17:55:47 2006
New Revision: 152

Modified:
   trunk/   (props changed)
   trunk/debian/changelog
   trunk/src/ChildProcess.h
   trunk/src/IFace.h
Log:
 r399 at viaza:  enrico | 2006-08-25 15:18:08 +0100
 Applied patch from Martin Michlmayr to compile with g++ 4.1


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Fri Aug 25 17:55:47 2006
@@ -3,8 +3,10 @@
   * Fixed path of arping.  Closes: #384569.
   * Greatly improved /etc/network/interfaces examples.
     Thanks Adeodato Simó for the patches.
+  * Applied patch from NMU.  Closes: 357182.
+    Thanks Martin Michlmayr for the patch.
 
- -- Enrico Zini <enrico at debian.org>  Fri, 25 Aug 2006 15:13:47 +0100
+ -- Enrico Zini <enrico at debian.org>  Fri, 25 Aug 2006 15:17:14 +0100
 
 guessnet (0.38-1) unstable; urgency=low
 

Modified: trunk/src/ChildProcess.h
==============================================================================
--- trunk/src/ChildProcess.h	(original)
+++ trunk/src/ChildProcess.h	Fri Aug 25 17:55:47 2006
@@ -92,7 +92,7 @@
 
 	/// For a subprocess to run proc.
 	/// After this function exits successfully, `proc' can safely be deleted.
-	pid_t ChildProcess::fork() throw (SystemException);
+	pid_t fork() throw (SystemException);
 
 	/// Fork a subprocess to run proc.  If one of the std*fd variables is
 	/// non-null, create a pipe connected to the corresponding file descriptor

Modified: trunk/src/IFace.h
==============================================================================
--- trunk/src/IFace.h	(original)
+++ trunk/src/IFace.h	Fri Aug 25 17:55:47 2006
@@ -85,7 +85,7 @@
 	void write_interface_configuration(const struct if_params& ifp)
 		throw (IFaceException);
 
-	int IFace::mdio_read(int location) throw (MIIException);
+	int mdio_read(int location) throw (MIIException);
 
 public:
 	/// Create an object to access informations of the interface whose name



More information about the Guessnet-devel mailing list