Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4e3a36cd
Commit
4e3a36cd
authored
Feb 22, 1992
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
parent
b350a838
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
823 additions
and
236 deletions
+823
-236
src/hftctl.c
src/hftctl.c
+3
-2
src/unexaix.c
src/unexaix.c
+820
-234
No files found.
src/hftctl.c
View file @
4e3a36cd
...
...
@@ -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
;
...
...
src/unexaix.c
View file @
4e3a36cd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment