diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |