pkgs/qmailanalog/errno.patch
author Tomas Zeman <tzeman@volny.cz>
Wed, 23 Mar 2016 15:20:11 +0100
changeset 1 8c84b175f33e
permissions -rw-r--r--
qmailanalog-0.70

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;