diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-05-13 19:25:57 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-05-13 19:25:57 +0000 |
| commit | 1078626db3ad6c61a06953d837e3ab4014e06f19 (patch) | |
| tree | 24decaed86eafeb8f8cda1cc451daab4f8f76a5b /security/openssh/files/patch-av | |
| parent | Update PLIST (diff) | |
Fix a mistake with pwcopy-related patches.
Notes
Notes:
svn path=/head/; revision=28438
Diffstat (limited to 'security/openssh/files/patch-av')
| -rw-r--r-- | security/openssh/files/patch-av | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/openssh/files/patch-av b/security/openssh/files/patch-av index 88cc6a43fd68..d781357fb1da 100644 --- a/security/openssh/files/patch-av +++ b/security/openssh/files/patch-av @@ -25,15 +25,3 @@ /* We found no reason not to let this user try to log on... */ return 1; } -@@ -523,6 +532,11 @@ - pwcopy.pw_gid = pw->pw_gid; - pwcopy.pw_dir = xstrdup(pw->pw_dir); - pwcopy.pw_shell = xstrdup(pw->pw_shell); -+#ifdef __FreeBSD__ -+ pwcopy.pw_class = xstrdup(pw->pw_class); -+ pwcopy.pw_expire = pw->pw_expire; -+ pwcopy.pw_change = pw->pw_change; -+#endif /* __FreeBSD__ */ - pw = &pwcopy; - - /* |
