From ad4703f03df0d9f483c159ae6de44559569b5ffe Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 19 Nov 1991 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1991-11-19 --- port/stil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/stil.c b/port/stil.c index 5e2ed4b27f714676662eacfc1bf0889c2487f523..82edad333b157030f5ad1f8895583d3995c783b0 100644 --- a/port/stil.c +++ b/port/stil.c @@ -1,4 +1,4 @@ - /* +/* * stil - Internet link protocol */ #include "u.h" @@ -15,7 +15,7 @@ int ilcksum = 1; static int initseq = 25000; static Rendez ilackr; -Rendez poor; /* DEBUG */ + char *ilstate[] = { "Closed", "Syncer", "Syncee", "Established", "Listening", "Closing" }; char *iltype[] = { "sync", "data", "dataquerey", "ack", "querey", "state", "close" };