summaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-30 19:34:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-30 19:34:41 +0000
commit520aee884441f3ecbc1a1aceb7b1f1560eec0eb0 (patch)
treef41e8a92bf8128846a1f0fe9d4a2d2cc2b7bcee6 /security/openssh-portable
parentUpdate to 1.31. (diff)
Revert changes.
Notes
Notes: svn path=/head/; revision=62225
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/files/patch-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/patch-auth.c b/security/openssh-portable/files/patch-auth.c
index 7df1c76b240b..bcba47e64b8c 100644
--- a/security/openssh-portable/files/patch-auth.c
+++ b/security/openssh-portable/files/patch-auth.c
@@ -4,7 +4,7 @@
}
#endif /* WITH_AIXAUTHENTICATE */
-+#ifdef TEST__FreeBSD__
++#ifdef __FreeBSD__
+ /* Fail if the account's expiration time has passed. */
+ if (pw->pw_expire != 0) {
+ struct timeval tv;