summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-09-26 02:38:46 +0200
committerTim Rice <tim@multitalents.net>2002-09-26 02:38:46 +0200
commit81ed518b9b888502cc57b23c02c47634ca508748 (patch)
treec5e3572dcc8dabd07784d1686d67e560e1685a6f /sshd.c
parentl) Fix issue where successfull login does not clear failure counts (diff)
downloadopenssh-81ed518b9b888502cc57b23c02c47634ca508748.tar.xz
openssh-81ed518b9b888502cc57b23c02c47634ca508748.zip
Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
This does not include the deattack.c fixes.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 17f001669..37026dc2e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -940,7 +940,7 @@ main(int ac, char **av)
SYSLOG_FACILITY_AUTH : options.log_facility,
!inetd_flag);
-#if defined(_CRAY) && !defined(_CRAYSV2)
+#ifdef _UNICOS
/* Cray can define user privs drop all prives now!
* Not needed on PRIV_SU systems!
*/