summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer2/i4b_lme.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i4b/layer2/i4b_lme.c')
-rw-r--r--sys/i4b/layer2/i4b_lme.c21
1 files changed, 3 insertions, 18 deletions
diff --git a/sys/i4b/layer2/i4b_lme.c b/sys/i4b/layer2/i4b_lme.c
index 7bc08ab..fce3712 100644
--- a/sys/i4b/layer2/i4b_lme.c
+++ b/sys/i4b/layer2/i4b_lme.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 2002 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,19 +27,14 @@
* i4b_lme.c - layer management entity
* -------------------------------------
*
- * $Id: i4b_lme.c,v 1.15 2000/08/24 11:48:58 hm Exp $
- *
* $FreeBSD$
*
- * last edit-date: [Mon May 29 16:55:12 2000]
+ * last edit-date: [Sat Mar 9 17:49:42 2002]
*
*---------------------------------------------------------------------------*/
-#ifdef __FreeBSD__
#include "i4bq921.h"
-#else
-#define NI4BQ921 1
-#endif
+
#if NI4BQ921 > 0
#include <sys/param.h>
@@ -47,17 +42,7 @@
#include <sys/socket.h>
#include <net/if.h>
-#if defined(__NetBSD__) && __NetBSD_Version__ >= 104230000
-#include <sys/callout.h>
-#endif
-
-#ifdef __FreeBSD__
#include <machine/i4b_debug.h>
-#else
-#include <i4b/i4b_debug.h>
-#include <i4b/i4b_ioctl.h>
-#endif
-
#include <i4b/layer2/i4b_l2.h>
OpenPOWER on IntegriCloud