You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/qlogtools/files/qlogtools-3.1-errno.patch

14 lines
348 B

diff -ur qlogtools-3.1.orig/qfilelog.c qlogtools-3.1/qfilelog.c
--- qlogtools-3.1.orig/qfilelog.c 2001-06-12 14:41:47.000000000 -0700
+++ qlogtools-3.1/qfilelog.c 2003-07-31 21:52:51.000000000 -0700
@@ -3,8 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-
-extern int errno;
+#include <errno.h>
#define PAUSE sleep(60)