]> andersk Git - openssh.git/blobdiff - loginrec.c
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
[openssh.git] / loginrec.c
index 8a8dabe0ec224df31a3c4065befbcc885445fb3a..0b874d3eac81f9bd98d38d10acd1d0e39fc5be4f 100644 (file)
@@ -622,13 +622,13 @@ construct_utmp(struct logininfo *li,
        switch (li->type) {
        case LTYPE_LOGIN:
                ut->ut_type = USER_PROCESS;
-#ifdef _CRAY
+#if defined(_CRAY) && !defined(_CRAYSV2)
                cray_set_tmpdir(ut);
 #endif
                break;
        case LTYPE_LOGOUT:
                ut->ut_type = DEAD_PROCESS;
-#ifdef _CRAY
+#if defined(_CRAY) && !defined(_CRAYSV2)
                cray_retain_utmp(ut, li->pid);
 #endif
                break;
This page took 0.034645 seconds and 4 git commands to generate.