diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-06-21 12:06:06 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-06-21 12:06:06 +0000 |
commit | ec5d299eb61469aea4a1168bf8c059f6fb1c5556 (patch) | |
tree | b40cc4ec2810b17b1e4c92a628c0219d556f1c02 /security/hpn-ssh/files/patch-misc.c | |
parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) |
Notes
Diffstat (limited to 'security/hpn-ssh/files/patch-misc.c')
-rw-r--r-- | security/hpn-ssh/files/patch-misc.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/hpn-ssh/files/patch-misc.c b/security/hpn-ssh/files/patch-misc.c deleted file mode 100644 index 0f8ef065fec0..000000000000 --- a/security/hpn-ssh/files/patch-misc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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; - } - |