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

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