diff options
| author | Jim Blandy | 1992-02-22 21:15:26 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-02-22 21:15:26 +0000 |
| commit | 4e3a36cde9cf4901248cb57b29cd700fc02caf6d (patch) | |
| tree | 5bb38c7d708315f34871cfb08c0555a74f9da151 /src/hftctl.c | |
| parent | b350a838dd1f4f832f41689fc5919497b3e04ffb (diff) | |
| download | emacs-4e3a36cde9cf4901248cb57b29cd700fc02caf6d.tar.gz emacs-4e3a36cde9cf4901248cb57b29cd700fc02caf6d.zip | |
entered into RCS
Diffstat (limited to 'src/hftctl.c')
| -rw-r--r-- | src/hftctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hftctl.c b/src/hftctl.c index 1e038725777..6ba1e2fb7fd 100644 --- a/src/hftctl.c +++ b/src/hftctl.c | |||
| @@ -52,6 +52,7 @@ | |||
| 52 | #include <termios.h> | 52 | #include <termios.h> |
| 53 | #include <termio.h> | 53 | #include <termio.h> |
| 54 | #include <sys/hft.h> | 54 | #include <sys/hft.h> |
| 55 | #include <sys/uio.h> | ||
| 55 | #include <sys/tty.h> | 56 | #include <sys/tty.h> |
| 56 | /* #include <sys/pty.h> */ | 57 | /* #include <sys/pty.h> */ |
| 57 | #define REMOTE 0x01 | 58 | #define REMOTE 0x01 |
| @@ -76,8 +77,8 @@ typedef int (*FUNC)(); /* pointer to a function */ | |||
| 76 | 77 | ||
| 77 | /*************** EXTERNAL / GLOBAL DATA AREA ********************/ | 78 | /*************** EXTERNAL / GLOBAL DATA AREA ********************/ |
| 78 | 79 | ||
| 79 | int hfqry(); | 80 | static int hfqry(); |
| 80 | int hfskbd(); | 81 | static int hfskbd(); |
| 81 | char *malloc(); | 82 | char *malloc(); |
| 82 | 83 | ||
| 83 | extern int errno; | 84 | extern int errno; |