aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b/layer3
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2002-09-02 00:52:11 +0000
committerBrooks Davis <brooks@FreeBSD.org>2002-09-02 00:52:11 +0000
commit5906e69ac2512d8d617d3b64ecf9b439db30df0e (patch)
tree1857854f619e540f3234405cb9ae620d70b94922 /sys/i4b/layer3
parentce68dae5d62cf5d86b8597f1e8fe26b254890995 (diff)
Notes
Diffstat (limited to 'sys/i4b/layer3')
-rw-r--r--sys/i4b/layer3/i4b_l2if.c6
-rw-r--r--sys/i4b/layer3/i4b_l3fsm.c6
-rw-r--r--sys/i4b/layer3/i4b_l3timer.c7
-rw-r--r--sys/i4b/layer3/i4b_l4if.c6
-rw-r--r--sys/i4b/layer3/i4b_q931.c6
-rw-r--r--sys/i4b/layer3/i4b_q932fac.c6
6 files changed, 0 insertions, 37 deletions
diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c
index 0a8584b61f613..842d23f4d4463 100644
--- a/sys/i4b/layer3/i4b_l2if.c
+++ b/sys/i4b/layer3/i4b_l2if.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -681,5 +677,3 @@ i4b_l3_tx_alert(call_desc_t *cd)
DL_Data_Req(ctrl_desc[cd->controller].unit, m);
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c
index 77b3204aea167..11b97e8767fbb 100644
--- a/sys/i4b/layer3/i4b_l3fsm.c
+++ b/sys/i4b/layer3/i4b_l3fsm.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -1038,5 +1034,3 @@ static void F_DLRIA(call_desc_t *cd)
DL_Est_Req(ctrl_desc[cd->controller].unit);
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_l3timer.c b/sys/i4b/layer3/i4b_l3timer.c
index ec408b6deaa6c..50487e1bb5667 100644
--- a/sys/i4b/layer3/i4b_l3timer.c
+++ b/sys/i4b/layer3/i4b_l3timer.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
@@ -326,6 +322,3 @@ T313_stop(call_desc_t *cd)
NDBGL3(L3_T_MSG, "cr = %d", cd->cr);
}
-
-#endif /* NI4BQ931 > 0 */
-
diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c
index 34ddad8b82f0f..da925e8fc1595 100644
--- a/sys/i4b/layer3/i4b_l4if.c
+++ b/sys/i4b/layer3/i4b_l4if.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -323,5 +319,3 @@ n_alert_request(u_int cdid)
next_l3state(cd, EV_ALERTRQ);
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c
index a3647aa7f193c..626328d8c77a1 100644
--- a/sys/i4b/layer3/i4b_q931.c
+++ b/sys/i4b/layer3/i4b_q931.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -715,5 +711,3 @@ i4b_decode_q931_message(int unit, call_desc_t *cd, u_char message_type)
NDBGL3(L3_PRIM, "%s: unit %d, cr = 0x%02x\n", m, unit, cd->cr);
}
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c
index 38bf5dac82057..98114a3a31510 100644
--- a/sys/i4b/layer3/i4b_q932fac.c
+++ b/sys/i4b/layer3/i4b_q932fac.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -542,5 +538,3 @@ next_state(int class, int form, int code, int val)
}
}
}
-
-#endif /* NI4BQ931 > 0 */