Diff

Differences From Artifact [ef73a9f0bf]:

To Artifact [667e81c4e3]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include <sys/wait.h>
#include <sys/ioctl.h>
#include <errno.h>

#include "putty.h"
#include "tree234.h"

#ifdef HAVE_UTMPX_H
#include <utmpx.h>
#endif

#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE







|







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include <sys/wait.h>
#include <sys/ioctl.h>
#include <errno.h>

#include "putty.h"
#include "tree234.h"

#ifndef OMIT_UTMP
#include <utmpx.h>
#endif

#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE