summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cardbus/rbus_ppb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/cardbus/rbus_ppb.c b/sys/dev/cardbus/rbus_ppb.c
index 027d7ad31a0..4b42ca1f500 100644
--- a/sys/dev/cardbus/rbus_ppb.c
+++ b/sys/dev/cardbus/rbus_ppb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rbus_ppb.c,v 1.25 2008/07/09 18:18:56 joerg Exp $ */
+/* $NetBSD: rbus_ppb.c,v 1.26 2008/07/21 09:51:46 drochner Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rbus_ppb.c,v 1.25 2008/07/09 18:18:56 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rbus_ppb.c,v 1.26 2008/07/21 09:51:46 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -61,7 +61,6 @@ __KERNEL_RCSID(0, "$NetBSD: rbus_ppb.c,v 1.25 2008/07/09 18:18:56 joerg Exp $");
#include <dev/pci/ppbreg.h>
#include <dev/ic/i82365reg.h>
-#include <dev/ic/i82365var.h>
#include <dev/pci/pccbbreg.h>
#include <dev/pci/pccbbvar.h>
/netbsd/commit/gnu/usr.bin/bc?id=6a1d6212ae2de8f31eb43a68a214eeea8d6b5e54'>Fix a bug in bc_sqrt for numbers between 0 and 1.phil 1997-05-18Make sure we get all the .h files we need so this compiles.mycroft 1997-05-18wouldn't compile due to clash with type of (undeclared) strlen on alpha.mjacob 1997-05-14Revert scan.l back to be identical to FSF master source. Add rulesphil 1997-05-11Add CLEANFILES for y.tab.hveego 1997-05-09Use DPSRCS.mycroft 1997-05-09Eliminate bogus redefinitions of standard targets.mycroft 1997-04-29Fix for make depend from Enami Tsugutomo (PR 3556).phil 1997-04-29Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04.phil 1997-04-29Removing the Test subdirectory as part of updating to bc-1.04.phil 1997-04-29Updating to version 1.04.phil 1996-11-10fix the the typoslukem 1996-07-24Move the free of t_num to the right place.phil 1996-06-07Bring 1.2 fixes to HEAD.phil 1995-10-10Fix a memory leak in writing numbers.phil 1994-12-02Updating to 1.03 with RCS added to most .[chyl] filesphil 1994-12-01Clean up deleted files.mycroft 1994-12-01Import of GNU bc-1.03phil