summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-05 12:33:30 +0000
committerdg <dg@FreeBSD.org>1994-08-05 12:33:30 +0000
commitf25724c99eaa4338d74d1219fcf2352fa187fb61 (patch)
tree375380a14ee26f058f1c15e66e363d87498970d5
parent44d9b495233affd6592a98a3bfe1d30646a38440 (diff)
downloadFreeBSD-src-f25724c99eaa4338d74d1219fcf2352fa187fb61.zip
FreeBSD-src-f25724c99eaa4338d74d1219fcf2352fa187fb61.tar.gz
Hack to get netstat compiling...from 1.1.5.
-rw-r--r--sys/netiso/tp_states.h3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud