diff options
Diffstat (limited to 'comms/ecu/files/patch-ab')
-rw-r--r-- | comms/ecu/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/ecu/files/patch-ab b/comms/ecu/files/patch-ab new file mode 100644 index 000000000000..35541418e2a8 --- /dev/null +++ b/comms/ecu/files/patch-ab @@ -0,0 +1,11 @@ +--- ecumachdep.h.bak Thu Aug 27 23:50:46 1998 ++++ ecumachdep.h Sun Mar 11 09:47:48 2001 +@@ -28,7 +28,7 @@ + #endif + + #ifdef __FreeBSD__ +-#include <machine/console.h> ++#include <sys/consio.h> + #endif + + #ifdef LINUX |