From f25724c99eaa4338d74d1219fcf2352fa187fb61 Mon Sep 17 00:00:00 2001 From: dg Date: Fri, 5 Aug 1994 12:33:30 +0000 Subject: Hack to get netstat compiling...from 1.1.5. --- sys/netiso/tp_states.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netiso') diff --git a/sys/netiso/tp_states.h b/sys/netiso/tp_states.h index d3d0156..8b3514c 100644 --- a/sys/netiso/tp_states.h +++ b/sys/netiso/tp_states.h @@ -1,6 +1,7 @@ /* - * $Id$ + * $Id: tp_states.h,v 1.2 1994/08/02 07:51:24 davidg Exp $ */ +#define ST_ERROR 0x0 #define TP_CLOSED 0x1 #define TP_CRSENT 0x2 #define TP_AKWAIT 0x3 -- cgit v1.1