View | Details | Raw Unified | Return to bug 13871
Collapse All | Expand All

(-)vtun.orig/config.h.in (+6 lines)
Lines 65-68 Link Here
65
#undef HAVE_SHAPER
65
#undef HAVE_SHAPER
66
66
67
/* define if you have Unix98 pseudoterminals */
68
#undef HAVE_GETPT
69
#undef HAVE_GRANTPT
70
#undef HAVE_UNLOCKPT
71
#undef HAVE_PTSNAME
72
67
/* Release version and date */
73
/* Release version and date */
68
#undef VTUN_VER
74
#undef VTUN_VER
(-)vtun.orig/generic/pty_dev.c (-1 / +3 lines)
Lines 25-32 Link Here
25
#include <unistd.h>
25
#include <unistd.h>
26
#include <fcntl.h>
26
#include <fcntl.h>
27
#include <stdlib.h>
28
#include <stdio.h>
27
#include <stdio.h>
29
#include <string.h>
28
#include <string.h>
30
#include <syslog.h>
29
#include <syslog.h>
30
#define __USE_XOPEN
31
#define __USE_GNU
32
#include <stdlib.h>
31
33
32
#include "vtun.h"
34
#include "vtun.h"

Return to bug 13871