kill some warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10587 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-29 00:45:23 +00:00
parent 8da2a65129
commit 67813438a7
10 changed files with 23 additions and 13 deletions

View File

@@ -182,6 +182,11 @@ extern struct clocks_t clocks;
extern int log_unauth;
extern int no_warn;
extern int def_tspeed, def_rspeed;
#ifdef TIOCSWINSZ
extern int def_row, def_col;
#endif
#ifdef STREAMSPTY
extern int really_stream;
#endif