diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-03 07:31:38 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-03 07:31:38 +0000 |
| commit | e9340d96fae68db8624650d9e9f7fae5511bb7c1 (patch) | |
| tree | e8eeefcd564c1cbc34a6515ffa2b60d4db9fdd27 /sys/i4b/layer4 | |
| parent | a7e8b37043917cb516ab199776c00dff97837172 (diff) | |
Notes
Diffstat (limited to 'sys/i4b/layer4')
| -rw-r--r-- | sys/i4b/layer4/i4b_l4.c | 1 | ||||
| -rw-r--r-- | sys/i4b/layer4/i4b_l4mgmt.c | 1 | ||||
| -rw-r--r-- | sys/i4b/layer4/i4b_l4timer.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/i4b/layer4/i4b_l4.c b/sys/i4b/layer4/i4b_l4.c index 920772cba1e43..d54872a781435 100644 --- a/sys/i4b/layer4/i4b_l4.c +++ b/sys/i4b/layer4/i4b_l4.c @@ -50,7 +50,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer4/i4b_l4mgmt.c b/sys/i4b/layer4/i4b_l4mgmt.c index 2e1433feb2c35..1eca5a1a8fc49 100644 --- a/sys/i4b/layer4/i4b_l4mgmt.c +++ b/sys/i4b/layer4/i4b_l4mgmt.c @@ -42,7 +42,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #include <sys/random.h> #else #include <sys/ioctl.h> diff --git a/sys/i4b/layer4/i4b_l4timer.c b/sys/i4b/layer4/i4b_l4timer.c index 21855e2fd1897..288fc56ac0398 100644 --- a/sys/i4b/layer4/i4b_l4timer.c +++ b/sys/i4b/layer4/i4b_l4timer.c @@ -42,7 +42,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif |
