diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-07-01 03:34:41 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-07-01 03:34:41 +0800 |
commit | 520aee884441f3ecbc1a1aceb7b1f1560eec0eb0 (patch) | |
tree | f41e8a92bf8128846a1f0fe9d4a2d2cc2b7bcee6 /security | |
parent | 852da304c1c525950bc15736f7110efc5ae1bbce (diff) | |
download | freebsd-ports-gnome-520aee884441f3ecbc1a1aceb7b1f1560eec0eb0.tar.gz freebsd-ports-gnome-520aee884441f3ecbc1a1aceb7b1f1560eec0eb0.tar.zst freebsd-ports-gnome-520aee884441f3ecbc1a1aceb7b1f1560eec0eb0.zip |
Revert changes.
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/files/patch-auth.c | 2 | ||||
-rw-r--r-- | security/openssh-portable/files/patch-auth.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/hpn-ssh/files/patch-auth.c b/security/hpn-ssh/files/patch-auth.c index 7df1c76b240b..bcba47e64b8c 100644 --- a/security/hpn-ssh/files/patch-auth.c +++ b/security/hpn-ssh/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; 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; |