diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-11 07:04:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-11 07:04:04 +0000 |
commit | 0a2d029273f16230cc104357c8ed2747b67b6ee5 (patch) | |
tree | 976e1d9636bf36c676aaa68feef953b015d8f35e /comms/ecu/files | |
parent | 720e9abe6d02a611c89fb7faea8b92a1c3d075d3 (diff) |
Notes
Diffstat (limited to 'comms/ecu/files')
-rw-r--r-- | comms/ecu/files/patch-ab | 11 | ||||
-rw-r--r-- | comms/ecu/files/patch-ac | 11 |
2 files changed, 22 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 diff --git a/comms/ecu/files/patch-ac b/comms/ecu/files/patch-ac new file mode 100644 index 000000000000..600970b36044 --- /dev/null +++ b/comms/ecu/files/patch-ac @@ -0,0 +1,11 @@ +--- config.c.bak Wed Sep 2 21:55:04 1998 ++++ config.c Sun Mar 11 09:49:40 2001 +@@ -447,7 +447,7 @@ + + char *bsd_libs = "-lcurses -ltermcap"; + +-char *freebsd_libs = "-lncurses -lmytinfo -lcompat"; ++char *freebsd_libs = "-lcurses -lcompat"; + + char *sco_system[] = + { |