[g-a-devel]Gnopernicus Patch



Hi,

I needed this patch to get Gnopernicus to build.

Marc
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnopernicus/ChangeLog,v
retrieving revision 1.125
diff -u -r1.125 ChangeLog
--- ChangeLog	22 Jan 2003 10:58:33 -0000	1.125
+++ ChangeLog	23 Jan 2003 03:33:39 -0000
@@ -1,3 +1,7 @@
+2003-01-22  Marc Mulcahy  <marc mulcahy sun com>
+
+	* braille/libbrl/sercomm.c: Include errno.h.
+	
 2003-01-22 Pal Csongor Sprencz <ps baum ro>
     
 	* brlmon/brlmon.c:
Index: braille/libbrl/sercomm.c
===================================================================
RCS file: /cvs/gnome/gnopernicus/braille/libbrl/sercomm.c,v
retrieving revision 1.14
diff -u -r1.14 sercomm.c
--- braille/libbrl/sercomm.c	11 Nov 2002 19:15:44 -0000	1.14
+++ braille/libbrl/sercomm.c	23 Jan 2003 03:33:39 -0000
@@ -20,6 +20,7 @@
  */
 
 #include <stdio.h>
+#include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <termios.h>


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