summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
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 c04f55f4b..8f9d3c392 100644
--- a/sshd.c
+++ b/sshd.c
@@ -934,7 +934,7 @@ main(int ac, char **av)
934 SYSLOG_FACILITY_AUTH : options.log_facility, 934 SYSLOG_FACILITY_AUTH : options.log_facility,
935 !inetd_flag); 935 !inetd_flag);
936 936
937#ifdef _CRAY 937#if defined(_CRAY) && !defined(_CRAYSV2)
938 /* Cray can define user privs drop all prives now! 938 /* Cray can define user privs drop all prives now!
939 * Not needed on PRIV_SU systems! 939 * Not needed on PRIV_SU systems!
940 */ 940 */