* 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.
This commit is contained in:
Stu Grossman 1997-09-08 23:50:02 +00:00
parent b0b262f797
commit a9fafdc280
2 changed files with 6 additions and 9 deletions

View 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

View 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