diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
| commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
| tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/pci | |
| parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_fpa.c | 3 | ||||
| -rw-r--r-- | sys/pci/meteor.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/if_fpa.c b/sys/pci/if_fpa.c index 4ea3abe331e3..6bd8037b9b67 100644 --- a/sys/pci/if_fpa.c +++ b/sys/pci/if_fpa.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_fpa.c,v 1.1.1.1 1997/01/17 23:19:49 joerg Exp $ + * $Id: if_fpa.c,v 1.2 1997/01/17 23:54:42 joerg Exp $ * */ @@ -37,7 +37,6 @@ #include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/socket.h> -#include <sys/ioctl.h> #include <sys/errno.h> #include <sys/malloc.h> #if defined(__bsdi__) || defined(__NetBSD__) diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index 17b34eaeba52..fce922dda7a5 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -153,7 +153,6 @@ #include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/socket.h> -#include <sys/ioctl.h> #include <sys/errno.h> #include <sys/malloc.h> #include <sys/kernel.h> |
