diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-07-01 03:34:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-07-01 03:34:41 +0800 |
commit | 0b8199ff68819314717a3dcbc32d2251e0a24497 (patch) | |
tree | 93cc889f5035861b0a86083c42cfe695ce7a5289 /security/openssh-portable | |
parent | de06b0dd19e61d77248c77f014cc231e7d1c918a (diff) | |
download | freebsd-ports-gnome-0b8199ff68819314717a3dcbc32d2251e0a24497.tar.gz freebsd-ports-gnome-0b8199ff68819314717a3dcbc32d2251e0a24497.tar.zst freebsd-ports-gnome-0b8199ff68819314717a3dcbc32d2251e0a24497.zip |
Revert changes.
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/files/patch-auth.c | 2 |
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; |