The attached patch additionally removes the wrong 'int errno;' declaration
from clients/gsat-1.1.0/src/globals.h.

Regards
Andreas Jochens

diff -urN ../tmp-orig/predict-2.2.2/clients/gsat-1.1.0/src/globals.h 
./clients/gsat-1.1.0/src/globals.h
--- ../tmp-orig/predict-2.2.2/clients/gsat-1.1.0/src/globals.h  2005-09-06 
21:26:24.000000000 +0000
+++ ./clients/gsat-1.1.0/src/globals.h  2005-09-06 21:26:12.000000000 +0000
@@ -20,6 +20,8 @@
  * Look at the README for more information on the program.
  */
 
+#include <errno.h>
+
 /* Global definitions */
 
 #define GSATVERSION "1.1.0"
@@ -55,8 +57,6 @@
 /* Maximum number of dots for drawing az/el graphic */
 #define AZELMAXDOTS AZELSIZEX*2
 
-int errno;
-
 /* Network parameters */
 char *predicthost;
 char *predictport;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to