summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-09-02 10:11:04 +0000
committerkato <kato@FreeBSD.org>1997-09-02 10:11:04 +0000
commitdcbdb06f71e3affdc57adb09afa6fe7115923d56 (patch)
tree9f2b908309f2522fcf201e6c8368c5076411582c /sys/pc98
parentdf384126bc0eb667f84b597897d604f596b505fe (diff)
downloadFreeBSD-src-dcbdb06f71e3affdc57adb09afa6fe7115923d56.zip
FreeBSD-src-dcbdb06f71e3affdc57adb09afa6fe7115923d56.tar.gz
Synchronize with sys/i386/isa/if_ed.c and lpt.c revisions 1.118 and
1.62, respectively.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/if_ed.c3
-rw-r--r--sys/pc98/pc98/lpt.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c
index f0d13bc..8156c03 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.26 1997/06/16 09:56:57 kato Exp $
+ * $Id: if_ed.c,v 1.27 1997/07/21 13:11:03 kato Exp $
*/
/*
@@ -65,6 +65,7 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/sockio.h>
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/syslog.h>
diff --git a/sys/pc98/pc98/lpt.c b/sys/pc98/pc98/lpt.c
index 382deb2..8ff5717 100644
--- a/sys/pc98/pc98/lpt.c
+++ b/sys/pc98/pc98/lpt.c
@@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
- * $Id: lpt.c,v 1.12 1997/04/21 12:33:26 kato Exp $
+ * $Id: lpt.c,v 1.13 1997/07/21 13:11:06 kato Exp $
*/
/*
@@ -130,6 +130,7 @@
#include <i386/isa/lptreg.h>
#ifdef INET
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud