summaryrefslogtreecommitdiff
path: root/src/hftctl.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-02-22 21:15:26 +0000
committerJim Blandy <jimb@redhat.com>1992-02-22 21:15:26 +0000
commitb2f5733f4dd13638fae174d1b3ea382cb19e5769 (patch)
tree878e97fffe63b1f2c57ffab19eb20ff4dab9c09d /src/hftctl.c
parent9b0d6133cc8edcdab7e0f9b52f476fa3fb442c71 (diff)
downloademacs-b2f5733f4dd13638fae174d1b3ea382cb19e5769.tar.gz
entered into RCS
Diffstat (limited to 'src/hftctl.c')
-rw-r--r--src/hftctl.c5
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 @@
#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;