summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer2/i4b_l2.h
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-12-14 20:48:35 +0000
committerhm <hm@FreeBSD.org>1999-12-14 20:48:35 +0000
commit57bc8b41244c53f38345080f7e4b02bed8685f82 (patch)
tree01308b146b463af38fde282b569bea03dc8c8b94 /sys/i4b/layer2/i4b_l2.h
parent2edcbc2e0b115cf2b9357f0b246717209c7b6cbf (diff)
downloadFreeBSD-src-57bc8b41244c53f38345080f7e4b02bed8685f82.zip
FreeBSD-src-57bc8b41244c53f38345080f7e4b02bed8685f82.tar.gz
update to isdn4bsd beta release 0.90
Diffstat (limited to 'sys/i4b/layer2/i4b_l2.h')
-rw-r--r--sys/i4b/layer2/i4b_l2.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/i4b/layer2/i4b_l2.h b/sys/i4b/layer2/i4b_l2.h
index 0b838b0..b00c386 100644
--- a/sys/i4b/layer2/i4b_l2.h
+++ b/sys/i4b/layer2/i4b_l2.h
@@ -27,9 +27,11 @@
* i4b_l2.h - ISDN layer 2 (Q.921) definitions
* ---------------------------------------------
*
- * $FreeBSD$
+ * $Id: i4b_l2.h,v 1.20 1999/12/13 21:25:27 hm Exp $
*
- * last edit-date: [Fri May 28 15:51:17 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 22:03:29 1999]
*
*---------------------------------------------------------------------------*/
@@ -61,7 +63,7 @@ typedef struct {
void(*T202func)(void *);/* function to be called when T202 expires */
int T203; /* max line idle time */
-#if defined(__FreeBSD_version) && __FreeBSD_version >= 300001
+#if defined(__FreeBSD__)
struct callout_handle T200_callout;
struct callout_handle T202_callout;
struct callout_handle T203_callout;
OpenPOWER on IntegriCloud