pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/perdition Fix errno.
details: https://anonhg.NetBSD.org/pkgsrc/rev/95acc0e92c9a
branches: trunk
changeset: 509166:95acc0e92c9a
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Mar 04 15:16:30 2006 +0000
description:
Fix errno.
diffstat:
mail/perdition/distinfo | 3 ++-
mail/perdition/patches/patch-ac | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r a25821b3c480 -r 95acc0e92c9a mail/perdition/distinfo
--- a/mail/perdition/distinfo Sat Mar 04 13:42:04 2006 +0000
+++ b/mail/perdition/distinfo Sat Mar 04 15:16:30 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2006/03/01 22:49:42 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/03/04 15:16:30 joerg Exp $
SHA1 (perdition-1.17.tar.gz) = 5e04f172db4a7ee2af5b7a28c19c231f955243fc
RMD160 (perdition-1.17.tar.gz) = cc3c4679390132ece6858eca6483ffddead568e4
Size (perdition-1.17.tar.gz) = 552149 bytes
SHA1 (patch-aa) = 17c6bf55f77187cad59f779e6fbcd85d6921eab1
SHA1 (patch-ab) = 7d7b8458c104437e83934b3b0fea573bd54aced0
+SHA1 (patch-ac) = 5096afa901f6f5766d9a8b0d2481c8f9c1356fe1
diff -r a25821b3c480 -r 95acc0e92c9a mail/perdition/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/perdition/patches/patch-ac Sat Mar 04 15:16:30 2006 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-ac,v 1.1 2006/03/04 15:16:30 joerg Exp $
+
+--- perdition/pam.c.orig 2006-03-04 15:10:45.000000000 +0000
++++ perdition/pam.c
+@@ -31,6 +31,7 @@
+ #include "config.h"
+ #endif
+
++#include <errno.h>
+
+ #include "pam.h"
+
+@@ -52,8 +53,6 @@ int perdition_conv(
+ ){
+ char *pass;
+
+- extern int errno;
+-
+ if((
+ *response=(struct pam_response *)malloc(sizeof(struct pam_response))
+ )==NULL){
Home |
Main Index |
Thread Index |
Old Index