entered into RCS
This commit is contained in:
parent
b350a838dd
commit
4e3a36cde9
2 changed files with 830 additions and 243 deletions
|
@ -52,6 +52,7 @@
|
|||
#include <termios.h>
|
||||
#include <termio.h>
|
||||
#include <sys/hft.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/tty.h>
|
||||
/* #include <sys/pty.h> */
|
||||
#define REMOTE 0x01
|
||||
|
@ -76,8 +77,8 @@ typedef int (*FUNC)(); /* pointer to a function */
|
|||
|
||||
/*************** EXTERNAL / GLOBAL DATA AREA ********************/
|
||||
|
||||
int hfqry();
|
||||
int hfskbd();
|
||||
static int hfqry();
|
||||
static int hfskbd();
|
||||
char *malloc();
|
||||
|
||||
extern int errno;
|
||||
|
|
1068
src/unexaix.c
1068
src/unexaix.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue