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 17f001669..37026dc2e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -940,7 +940,7 @@ main(int ac, char **av)
940 SYSLOG_FACILITY_AUTH : options.log_facility, 940 SYSLOG_FACILITY_AUTH : options.log_facility,
941 !inetd_flag); 941 !inetd_flag);
942 942
943#if defined(_CRAY) && !defined(_CRAYSV2) 943#ifdef _UNICOS
944 /* Cray can define user privs drop all prives now! 944 /* Cray can define user privs drop all prives now!
945 * Not needed on PRIV_SU systems! 945 * Not needed on PRIV_SU systems!
946 */ 946 */