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" };