Diff

Differences From Artifact [1e7754cff3]:

To Artifact [6be3c5c3d6]:


167
168
169
170
171
172
173
174
175
176
177
178
179
180
181

/*
 * pty_argv is a grievous hack to allow a proper argv to be passed
 * through from the Unix command line. Again, it doesn't really
 * make sense outside a one-pty-per-process setup.
 */
char **pty_argv;
int use_pty_argv;

static void pty_close(Pty pty);

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







<







167
168
169
170
171
172
173

174
175
176
177
178
179
180

/*
 * pty_argv is a grievous hack to allow a proper argv to be passed
 * through from the Unix command line. Again, it doesn't really
 * make sense outside a one-pty-per-process setup.
 */
char **pty_argv;


static void pty_close(Pty pty);

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