View | Details | Raw Unified | Return to bug 281780
Collapse All | Expand All

(-)b/security/checkpassword/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	checkpassword
1
PORTNAME=	checkpassword
2
PORTVERSION=	0.90
2
PORTVERSION=	0.90
3
PORTREVISION=	1
3
CATEGORIES=	security
4
CATEGORIES=	security
4
MASTER_SITES=	http://cr.yp.to/checkpwd/ \
5
MASTER_SITES=	http://cr.yp.to/checkpwd/ \
5
		GENTOO
6
		GENTOO
(-)b/security/checkpassword/files/patch-error.h (-1 / +11 lines)
Added Link Here
0
- 
1
--- error.h.orig
2
+++ error.h
3
@@ -1,7 +1,7 @@
4
 #ifndef ERROR_H
5
 #define ERROR_H
6
 
7
-extern int errno;
8
+#include <errno.h>
9
 
10
 extern int error_intr;
11
 extern int error_nomem;

Return to bug 281780