pkgs/qmailanalog/errno.patch
author Tomas Zeman <tzeman@volny.cz>
Mon, 16 May 2016 22:34:02 +0200
changeset 3 bcda365e15cf
parent 1 8c84b175f33e
permissions -rw-r--r--
qmailanalog: maintainers comment

errno fix

diff -r c045670f36e9 error.h
--- a/error.h	Thu Nov 01 14:46:11 2007 +0100
+++ b/error.h	Thu Nov 01 15:02:39 2007 +0100
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;