diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 14:10:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 14:10:18 +0000 |
| commit | f71d35e4022cb9949a2afd8fdefe913c9a810361 (patch) | |
| tree | 0d00eab98208b5e87690c7e7e44cd2f3e90927f7 /sys/dev/sr | |
| parent | 3e80cd50dfeb79489c8a859b4741d9ce5460df5e (diff) | |
Notes
Diffstat (limited to 'sys/dev/sr')
| -rw-r--r-- | sys/dev/sr/if_sr.c | 3 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr_isa.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index a9abd8f3c909e..16789ef44dc0e 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_sr.c,v 1.6 1997/02/22 09:36:35 peter Exp $ + * $Id: if_sr.c,v 1.7 1997/05/19 22:02:49 joerg Exp $ */ /* @@ -53,7 +53,6 @@ #else #define NFR 0 #endif -#include "pci.h" #include "bpfilter.h" #include <sys/param.h> diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index a9abd8f3c909e..16789ef44dc0e 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_sr.c,v 1.6 1997/02/22 09:36:35 peter Exp $ + * $Id: if_sr.c,v 1.7 1997/05/19 22:02:49 joerg Exp $ */ /* @@ -53,7 +53,6 @@ #else #define NFR 0 #endif -#include "pci.h" #include "bpfilter.h" #include <sys/param.h> |
