From 8fc4a3687bb7b89da9b80ee5c62a8eaad5e24a69 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 21 Dec 1995 16:58:07 +0000 Subject: (ptyopen, nptyperopens, pktnostop, output_stopped): Initialize to 0. --- term/ptyio.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'term') diff --git a/term/ptyio.c b/term/ptyio.c index cd8f1261..c8b9f534 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -46,13 +46,13 @@ static int user_ioctl_mode = 0; /* Byte to send to user in packet mode or user ioctl mode. */ static char control_byte = 0; -static int output_stopped; +static int output_stopped = 0; -static int pktnostop; +static int pktnostop = 0; -static int ptyopen; +static int ptyopen = 0; -static int nptyperopens; +static int nptyperopens = 0; static void ptyio_init (void) __attribute__ ((constructor)); -- cgit v1.2.3