Sync with sys/i386/isa/if_ed.c and npx.c revisions 1.143 and 1.61,

respectively.
This commit is contained in:
kato 1998-06-22 08:06:58 +00:00
parent e5daafd917
commit ed8357cd92
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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>