Fix a couple link errors in telnetd related to ORCA/C's handling of externs.

This commit is contained in:
Stephen Heumann 2015-06-01 16:42:47 -05:00
parent af6c2cbe7a
commit 972e6d98ba
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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)