summaryrefslogtreecommitdiffstats
path: root/security/hpn-ssh/files/patch-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/hpn-ssh/files/patch-misc.c')
-rw-r--r--security/hpn-ssh/files/patch-misc.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/patch-misc.c b/security/hpn-ssh/files/patch-misc.c
new file mode 100644
index 0000000..0f8ef06
--- /dev/null
+++ b/security/hpn-ssh/files/patch-misc.c
@@ -0,0 +1,13 @@
+--- misc.c.orig Thu Apr 12 22:09:37 2001
++++ misc.c Sat May 26 15:39:25 2001
+@@ -111,6 +111,10 @@
+ copy->pw_class = xstrdup(pw->pw_class);
+ copy->pw_dir = xstrdup(pw->pw_dir);
+ copy->pw_shell = xstrdup(pw->pw_shell);
++#ifdef __FreeBSD__
++ copy->pw_expire = pw->pw_expire;
++ copy->pw_change = pw->pw_change;
++#endif /* __FreeBSD__ */
+ return copy;
+ }
+
OpenPOWER on IntegriCloud