]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ser-e7kpc.c: Don't include w32sut.h. We no longer use the UT
authorStu Grossman <grossman@cygnus>
Mon, 8 Sep 1997 23:50:02 +0000 (23:50 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 8 Sep 1997 23:50:02 +0000 (23:50 +0000)
mechanism.  Remove prototypes for dos_async_* functions.  They don't
exist anymore.

gdb/ChangeLog
gdb/ser-e7kpc.c

index 0729c3881553499f8480b5b873110318558575cd..ff75c95d979b011dc54c9d3e994957be3c5e1290 100644 (file)
@@ -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 
index a2adef9585a32539ff845744e44032c6f5ea28a5..fac2c4508bebfa91c21bef3a9490aff849a7ce94 100644 (file)
@@ -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