summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-22 23:34:25 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-22 23:34:25 +0000
commit232ccf775459210ee79873d4411328bff6b8d66a (patch)
tree1b216507a0fa6b76c8c0ca9be21da3385e01897d /sshd.c
parent066e1ab8a36123a910e4dc7b3e2eb15890234a60 (diff)
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
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 */