Files

12 lines
171 B
C
Raw Permalink Normal View History

--- error.h.orig
+++ error.h
@@ -3,7 +3,7 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+#include <errno.h>
extern int error_intr;
extern int error_nomem;