fix-errno.patch 184 B

123456789101112
  1. --- cdb-0.75/error.h
  2. +++ cdb-0.75/error.h
  3. @@ -1,7 +1,7 @@
  4. #ifndef ERROR_H
  5. #define ERROR_H
  6. -extern int errno;
  7. +#include <errno.h>
  8. extern int error_intr;
  9. extern int error_nomem;