diff options
Diffstat (limited to 'security/fressh/patches/patch-aj')
-rw-r--r-- | security/fressh/patches/patch-aj | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/fressh/patches/patch-aj b/security/fressh/patches/patch-aj deleted file mode 100644 index 400835e47bd..00000000000 --- a/security/fressh/patches/patch-aj +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2006/01/27 18:08:10 joerg Exp $ - ---- ssh_sys_bsd44+.c.orig 2001-02-15 21:33:40.000000000 +0000 -+++ ssh_sys_bsd44+.c -@@ -61,7 +61,7 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - --#ifdef __FreeBSD__ -+#if defined(__FreeBSD__) || defined(__DragonFly__) - #include <libutil.h> - #else - #include <util.h> -@@ -830,7 +830,7 @@ ssh_sys_checkpw(char *uname, const char - if (pwent == NULL) - return -1; - -- if (pwent->pw_passwd[0] == NULL) { -+ if (pwent->pw_passwd[0] == 0) { - ret = 0; - goto out; - } |