plex86-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Plex86-devel] [PATCH][TRIVIAL]


From: Lucas Correia Villa Real
Subject: [Plex86-devel] [PATCH][TRIVIAL]
Date: Sun, 12 Jan 2003 16:47:02 -0200

Hi,

I have just checked ou the CVS for plex86-release, when found some
troubles on compiling it. Follows a very trivial fix for the problems
I found here.

Lucas


diff -Nur plex86-release/user/plugins/bochs/iodev/eth_fbsd.cc 
plex86-release-new/user/plugins/bochs/iodev/eth_fbsd.cc
--- plex86-release/user/plugins/bochs/iodev/eth_fbsd.cc 2002-07-21 
20:14:55.000000000 -0300
+++ plex86-release-new/user/plugins/bochs/iodev/eth_fbsd.cc     2003-01-12 
16:22:21.000000000 -0200
@@ -51,8 +51,8 @@
 //
 
 #include "bochs.h"
-#inclide "ne2k.h"
-#inclide "eth.h"
+#include "ne2k.h"
+#include "eth.h"
 
 #ifdef ETH_FBSD
 #define LOG_THIS this->
diff -Nur plex86-release/user/plugins/bochs/iodev/ne2k.h 
plex86-release-new/user/plugins/bochs/iodev/ne2k.h
--- plex86-release/user/plugins/bochs/iodev/ne2k.h      2002-07-21 
20:14:55.000000000 -0300
+++ plex86-release-new/user/plugins/bochs/iodev/ne2k.h  2003-01-12 
16:25:45.000000000 -0200
@@ -35,6 +35,7 @@
 // to provide a windowed memory region for the chip and a MAC address.
 //
 
+#include "eth.h"
 
 #if BX_USE_NE2K_SMF
 #  define BX_NE2K_SMF  static




reply via email to

[Prev in Thread] Current Thread [Next in Thread]