blob: 1412ca00293cf8f246d6d93049449122954108dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -u checkpassword-0.90.old/error.h checkpassword-0.90/error.h
--- checkpassword-0.90.old/error.h 2000-12-23 00:40:46.000000000 -0600
+++ checkpassword-0.90/error.h 2003-01-14 00:49:57.000000000 -0600
@@ -1,7 +1,7 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+#include <errno.h>
extern int error_intr;
extern int error_nomem;
|