aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-06-22 08:06:58 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-06-22 08:06:58 +0000
commit986ecdf31636dd59577a563c689fabacd24483aa (patch)
tree84e6446f0def76c3f3dda9ca7af471eaca87666d /sys
parentb0eb6f6a10582edc345ce0de93fdfaac434628bd (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/if_ed.c3
-rw-r--r--sys/pc98/pc98/npx.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c
index 9ee5c0d29d4d..9b14231900d4 100644
--- a/sys/pc98/pc98/if_ed.c
+++ b/sys/pc98/pc98/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.48 1998/06/08 08:55:43 kato Exp $
+ * $Id: if_ed.c,v 1.49 1998/06/17 16:29:27 kato Exp $
*/
/*
@@ -74,7 +74,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/conf.h>
#include <sys/sockio.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 16a195853075..504fd3cf506e 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.36 1998/04/20 13:50:21 kato Exp $
+ * $Id: npx.c,v 1.37 1998/05/04 07:33:32 kato Exp $
*/
#include "npx.h"
@@ -47,7 +47,6 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
-#include <sys/conf.h>
#include <sys/proc.h>
#ifdef NPX_DEBUG
#include <sys/syslog.h>