Re: Skillful and Conspicuous Cow release of GNOME is out.



On Mon, Feb 08, 1999 at 09:58:06PM -0600, Miguel de Icaza wrote:
>    The GNOME team has finished packaging the "Skillful and Conspicuous
> Cow" release of Gnome (labeled 0.99.7 for the number-version-loving
> people).  This is a deviation from our Ape-based naming scheme, and
> now we enter a bovine period. ...
> 
> * Gnome Network: ...

  This one is still missing the iovec fixes we needed for 0.99.5.  I
included my patches, although who knows how portable they are.

--- ./gnome-ppp/gnome-ppp-chat/gnome-ppp-chat.c.~1~	Sun Jan 31 13:55:20 1999
+++ ./gnome-ppp/gnome-ppp-chat/gnome-ppp-chat.c	Tue Feb  2 21:14:00 1999
@@ -26,6 +26,7 @@
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <sys/uio.h>
 
 #include "config.h"
 
--- ./gnome-ppp/libgnome_ppp/pppd.c.~1~	Sun Jan 31 13:55:21 1999
+++ ./gnome-ppp/libgnome_ppp/pppd.c	Tue Feb  2 21:23:41 1999
@@ -29,6 +29,7 @@
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <sys/uio.h>
 
 #include "config.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]