~kris/9p

9hist

ad4703f03df0d9f483c159ae6de44559569b5ffe — David du Colombier 34 years ago 85c8e77
Plan 9 from Bell Labs 1991-11-19
1 files changed, 2 insertions(+), 2 deletions(-)

M port/stil.c
M port/stil.c => port/stil.c +2 -2
@@ 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" };