Diff

Differences From Artifact [bba6899eb8]:

To Artifact [18c2534c9e]:


80
81
82
83
84
85
86

87
88
89
90
91
92
93
static int pty_term_width, pty_term_height;
static int pty_child_dead, pty_finished;
static int pty_exit_code;
#ifndef OMIT_UTMP
static struct utmp utmp_entry;
#endif
char **pty_argv;


static void pty_close(void);

static void setup_utmp(char *ttyname, char *location)
{
#ifndef OMIT_UTMP
#ifdef HAVE_LASTLOG







>







80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
static int pty_term_width, pty_term_height;
static int pty_child_dead, pty_finished;
static int pty_exit_code;
#ifndef OMIT_UTMP
static struct utmp utmp_entry;
#endif
char **pty_argv;
int use_pty_argv = TRUE;

static void pty_close(void);

static void setup_utmp(char *ttyname, char *location)
{
#ifndef OMIT_UTMP
#ifdef HAVE_LASTLOG