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/qtools/files/qtools-0.56-errno.patch

13 lines
291 B

--- qtools-0.56.old/error.h 2000-03-18 14:01:20.000000000 -0800
+++ qtools-0.56/error.h 2003-03-23 21:50:05.000000000 -0800
@@ -1,7 +1,8 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+/* extern int errno; */
+#include <errno.h>
extern int error_intr;
extern int error_nomem;