diff options
author | oliver <oliver@FreeBSD.org> | 2007-10-04 22:57:29 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-10-04 22:57:29 +0800 |
commit | 81cb1d1b9510aa4d8d23a899bfa8c3f13d8c2286 (patch) | |
tree | f363b1be2a38cf297cf64bb2680ce2a5b432dc9f /security/courier-authlib | |
parent | c902c6f66d042d03822de3ca507d7e8d53aa4937 (diff) | |
download | freebsd-ports-gnome-81cb1d1b9510aa4d8d23a899bfa8c3f13d8c2286.tar.gz freebsd-ports-gnome-81cb1d1b9510aa4d8d23a899bfa8c3f13d8c2286.tar.zst freebsd-ports-gnome-81cb1d1b9510aa4d8d23a899bfa8c3f13d8c2286.zip |
fix build of courier-authlib-vchkpw
Diffstat (limited to 'security/courier-authlib')
-rw-r--r-- | security/courier-authlib/files/patch-authvchkpw.c | 23 |
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; |