]> andersk Git - openssh.git/blobdiff - sshd.c
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index c04f55f4be703cbc4e84fb0e5df3fb220712fc1d..8f9d3c3928448ee5c666be2dc84b0c5504c156cd 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -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!
         */
This page took 0.031084 seconds and 4 git commands to generate.