diff options
author | Stu Grossman <grossman@cygnus> | 1997-09-08 23:50:02 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-09-08 23:50:02 +0000 |
commit | a9fafdc280c410dbcbf5809dcfc2ca3a07258723 (patch) | |
tree | 1336d0efaa4b1f0b217f064a7f546413e7855825 | |
parent | b0b262f797b1934829ecc8f51a7ed1f52841342d (diff) | |
download | fsf-binutils-gdb-a9fafdc280c410dbcbf5809dcfc2ca3a07258723.zip fsf-binutils-gdb-a9fafdc280c410dbcbf5809dcfc2ca3a07258723.tar.gz fsf-binutils-gdb-a9fafdc280c410dbcbf5809dcfc2ca3a07258723.tar.bz2 |
* ser-e7kpc.c: Don't include w32sut.h. We no longer use the UT
mechanism. Remove prototypes for dos_async_* functions. They don't
exist anymore.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/ser-e7kpc.c | 9 |
2 files changed, 6 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0729c38..ff75c95 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 8 16:45:51 1997 Stu Grossman <grossman@cygnus.com> + + * ser-e7kpc.c: Don't include w32sut.h. We no longer use the UT + mechanism. Remove prototypes for dos_async_* functions. They don't + exist anymore. + Sun Sep 7 17:26:30 1997 Dawn Perchik <dawn@cygnus.com> * dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support for diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c index a2adef9..fac2c45 100644 --- a/gdb/ser-e7kpc.c +++ b/gdb/ser-e7kpc.c @@ -28,8 +28,6 @@ #define strncasecmp strnicmp #define WIN32_LEAN_AND_MEAN #include <windows.h> -#define W32SUT_32 -#include "mswin/w32sut.h" #endif #ifdef __GO32__ @@ -44,13 +42,6 @@ static int e7000pc_write PARAMS ((serial_t scb, const char *str, int len)); static void e7000pc_close PARAMS ((serial_t scb)); static serial_ttystate e7000pc_get_tty_state PARAMS ((serial_t scb)); static int e7000pc_set_tty_state PARAMS ((serial_t scb, serial_ttystate state)); -static char *aptr PARAMS ((short p)); - -static int dos_async_init PARAMS ((int port)); -static void dos_async_tx PARAMS ((const char c)); -static int dos_async_rx PARAMS (()); - - #define OFF_DPD 0x0000 #define OFF_DDP 0x1000 |