The attached patch also removes the wrong 'extern int errno;' declaration
from dialogs/simple.c.
Regards
Andreas Jochens
diff -urN ../tmp-orig/aca-0.1.10/dialogs/simple.c ./dialogs/simple.c
--- ../tmp-orig/aca-0.1.10/dialogs/simple.c 2001-03-01 20:44:38.000000000
+0000
+++ ./dialogs/simple.c 2005-09-02 11:40:41.000000000 +0000
@@ -15,6 +15,7 @@
#include "aca_widget.h"
#include <error.h>
+#include <errno.h>
#include <string.h>
#define Y(a) (a+y)
@@ -76,7 +77,6 @@
W_NULL
};
SessW s;
- extern int errno;
init_sessw(&s, 0, FALSE, w, NULL, Sf_NOT_BGR);
yn = lines_instr(query) + 4;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]