mirror of the now-defunct rocklinux.org
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.
 
 
 
 
 
 

11 lines
224 B

--- ./error.h.orig 2004-09-12 02:16:50.166525080 +0200
+++ ./error.h 2004-09-12 02:17:03.818449672 +0200
@@ -1,6 +1,8 @@
#ifndef ERROR_H
#define ERROR_H
+#include <errno.h>
+
extern int errno;
extern int error_intr;