Don't reference libkern.h.

This commit is contained in:
thorpej 1999-11-11 20:28:04 +00:00
parent e29afb6f98
commit 47f5c977ef
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: netio.c,v 1.5 1999/05/07 16:19:27 drochner Exp $ */
/* $NetBSD: netio.c,v 1.6 1999/11/11 20:28:04 thorpej Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -97,8 +97,6 @@
#include <lib/libsa/bootparam.h>
#include <lib/libsa/nfs.h>
#include <lib/libkern/libkern.h>
#include <hp300/stand/common/samachdep.h>
extern int nfs_root_node[]; /* XXX - get from nfs_mount() */