aboutsummaryrefslogtreecommitdiff
path: root/www/chpasswd/files
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2007-11-28 11:53:39 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2007-11-28 11:53:39 +0000
commit6f77465c414326dab827264b4348440c68c78b9e (patch)
tree39f949c1684663f49ff86671ed9e49f37b6b22fc /www/chpasswd/files
parent147e04522b3ff469d2707e9a418c5c1d2e832169 (diff)
downloadports-6f77465c414326dab827264b4348440c68c78b9e.tar.gz
ports-6f77465c414326dab827264b4348440c68c78b9e.zip
Notes
Diffstat (limited to 'www/chpasswd/files')
-rw-r--r--www/chpasswd/files/patch-chpasswd.c19
1 files changed, 14 insertions, 5 deletions
diff --git a/www/chpasswd/files/patch-chpasswd.c b/www/chpasswd/files/patch-chpasswd.c
index 13b2872d0767..171961cf36a9 100644
--- a/www/chpasswd/files/patch-chpasswd.c
+++ b/www/chpasswd/files/patch-chpasswd.c
@@ -1,8 +1,17 @@
---- chpasswd.c.orig Fri Apr 11 01:54:02 2003
-+++ chpasswd.c Wed Sep 22 15:46:47 2004
-@@ -23,6 +23,16 @@
- static void vrfyauth(IpAuth,PwdLogFile,PwdFile,SmtpUser,SmtpSubject);
- eperror(s);
+--- chpasswd.c.orig 2005-05-09 13:05:08.000000000 +0000
++++ chpasswd.c 2007-11-08 15:10:11.000000000 +0000
+@@ -282,7 +282,7 @@
+ }
+
+
+-static int
++int
+ htoi(s)
+ unsigned char *s;
+ {
+@@ -664,6 +664,16 @@
+ }
+
+void getword(char *, char *, char);
+void Herror(char *);