summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
committermsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
commit0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch)
tree22db1a3b7292b26dbd94492f934da7198720d087 /sys/pci/if_rl.c
parentf1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff)
downloadFreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.zip
FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.tar.gz
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
minute. This should cover all of the missed cases (and should let LINT build again).
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r--sys/pci/if_rl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 8fc7fbe..223f878 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_rl.c,v 1.20 1999/07/22 20:56:49 wpaul Exp $
+ * $Id: if_rl.c,v 1.21 1999/08/21 06:24:35 msmith Exp $
*/
/*
@@ -87,6 +87,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/eventhandler.h>
#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <sys/malloc.h>
@@ -127,7 +128,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_rl.c,v 1.20 1999/07/22 20:56:49 wpaul Exp $";
+ "$Id: if_rl.c,v 1.21 1999/08/21 06:24:35 msmith Exp $";
#endif
/*
OpenPOWER on IntegriCloud