mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-22 01:31:54 +00:00
Fix a couple link errors in telnetd related to ORCA/C's handling of externs.
This commit is contained in:
parent
af6c2cbe7a
commit
972e6d98ba
@ -62,7 +62,7 @@ extern int auth_level;
|
||||
|
||||
extern slcfun slctab[NSLC + 1]; /* slc mapping table */
|
||||
|
||||
char *terminaltype;
|
||||
extern char *terminaltype;
|
||||
|
||||
/*
|
||||
* I/O data buffers, pointers, and counters.
|
||||
|
@ -378,7 +378,6 @@ spcset(int func, cc_t *valp, cc_t **valpp)
|
||||
*
|
||||
* Returns the file descriptor of the opened pty.
|
||||
*/
|
||||
char line[32];
|
||||
|
||||
int
|
||||
getpty(int *ptynum __unused)
|
||||
|
Loading…
Reference in New Issue
Block a user