summaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-10-04 14:57:29 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-10-04 14:57:29 +0000
commitb3950a7bca3d7e11baa383ed5cc3d9d9d0222cfc (patch)
treedffca45fdea797ae9c9f12576aedefd5d1d324ef /security/courier-authlib
parent- Update to 0.8.6 (diff)
fix build of courier-authlib-vchkpw
Diffstat (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/files/patch-authvchkpw.c23
1 files changed, 14 insertions, 9 deletions
diff --git a/security/courier-authlib/files/patch-authvchkpw.c b/security/courier-authlib/files/patch-authvchkpw.c
index b726354b1b0d..e4bc45e24108 100644
--- a/security/courier-authlib/files/patch-authvchkpw.c
+++ b/security/courier-authlib/files/patch-authvchkpw.c
@@ -1,12 +1,17 @@
---- authvchkpw.c.orig Thu May 31 07:04:07 2007
-+++ authvchkpw.c Thu May 31 07:03:44 2007
-@@ -28,6 +28,9 @@
- int (*callback)(struct authinfo *, void *),
- void *arg);
-
-+static int auth_vchkpw_login(const char *service, char *authdata,
-+ int (*callback_func)(struct authinfo *, void *), void *callback_arg);
-+
+--- authvchkpw.c.orig Thu Aug 30 03:31:13 2007
++++ authvchkpw.c Thu Oct 4 14:59:36 2007
+@@ -1,4 +1,4 @@
+-i/*
++/*
+ ** Copyright 1998 - 2007 Double Precision, Inc. See COPYING for
+ ** distribution information.
+ */
+@@ -31,7 +31,7 @@
extern FILE *authvchkpw_file(const char *, const char *);
+ static int auth_vchkpw_login(const char *service, char *authdata,
+- int (*callback_func)(struct authinfo *, void *), void *callback_arg)
++ int (*callback_func)(struct authinfo *, void *), void *callback_arg);
+
struct callback_info {
+ const char *pass;