From e2463d90bca8ca4227a604ab0f80037fe1166448 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 2 Jun 2012 18:39:32 -0700 Subject: patch errno ... otherwise it fails at the 'ld' stage --- checkpasswd/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpasswd') diff --git a/checkpasswd/error.h b/checkpasswd/error.h index 5459656..e01a68d 100644 --- a/checkpasswd/error.h +++ b/checkpasswd/error.h @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include extern int error_intr; extern int error_nomem; -- cgit v1.2.3