queue-fix-errno.patch
author "Tomas Zeman <tzeman@volny.cz>"
Thu, 01 Nov 2007 15:04:09 +0100
changeset 1 96eaea05aba3
permissions -rw-r--r--
queue-fix-errno: include errno.h

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;