aboutsummaryrefslogtreecommitdiff
path: root/sys/netiso/tp_param.h
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/netiso/tp_param.h
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
Diffstat (limited to 'sys/netiso/tp_param.h')
-rw-r--r--sys/netiso/tp_param.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/netiso/tp_param.h b/sys/netiso/tp_param.h
index 1412f95e489e..23e7c7dd2f80 100644
--- a/sys/netiso/tp_param.h
+++ b/sys/netiso/tp_param.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)tp_param.h 7.8 (Berkeley) 6/27/91
- * $Id: tp_param.h,v 1.2 1993/10/16 21:05:53 rgrimes Exp $
+ * $Id: tp_param.h,v 1.4 1993/12/19 00:53:40 wollman Exp $
*/
/***********************************************************
@@ -153,8 +153,8 @@ extern int N_TPREF;
#define TP_MAX_CR_DATA TP_MAX_CC_DATA
#define TP_MAX_DR_DATA 0x40 /* 64 octets */
-#define TP_XTD_FMT_BIT 0x80000000
-#define TP_XTD_FMT_MASK 0x7fffffff
+#define TP_XTD_FMT_BIT 0x80000000ul
+#define TP_XTD_FMT_MASK 0x7ffffffful
#define TP_NML_FMT_BIT 0x80
#define TP_NML_FMT_MASK 0x7f
@@ -236,7 +236,7 @@ extern int N_TPREF;
#define MT_XPD 0x44
#define MT_EOT 0x40
-#define TP_ENOREF 0x80000000
+#define TP_ENOREF 0x80000000ul
typedef unsigned int SeqNum;
typedef unsigned short RefNum;
@@ -348,7 +348,7 @@ bcopy((caddr_t)&(((struct tp_vbp *)(src))->tpv_val),(caddr_t)&(dst),sizeof(type)
(tpcb)->tp_lcredit = xxi; \
} \
}
-#endif ARGO_DEBUG
+#endif /* ARGO_DEBUG */
#ifdef KERNEL
@@ -361,7 +361,7 @@ bcopy((caddr_t)&(((struct tp_vbp *)(src))->tpv_val),(caddr_t)&(dst),sizeof(type)
#define ATTR(X) ev_union.EV_ ## X
#endif /* defined(__STDC__) || defined(__cplusplus) */
-#endif tp_NSTATES
-#endif KERNEL
+#endif /* tp_NSTATES */
+#endif /* KERNEL */
-#endif __TP_PARAM__
+#endif /* __TP_PARAM__ */