diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-22 23:34:25 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-22 23:34:25 +0000 |
commit | 232ccf775459210ee79873d4411328bff6b8d66a (patch) | |
tree | 1b216507a0fa6b76c8c0ca9be21da3385e01897d /sshd.c | |
parent | 066e1ab8a36123a910e4dc7b3e2eb15890234a60 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ main(int ac, char **av) SYSLOG_FACILITY_AUTH : options.log_facility, !inetd_flag); -#ifdef _CRAY +#if defined(_CRAY) && !defined(_CRAYSV2) /* Cray can define user privs drop all prives now! * Not needed on PRIV_SU systems! */ |