diff options
Diffstat (limited to 'networking/telnet.c')
-rw-r--r-- | networking/telnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c index 78229cd01..32e9993d3 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -68,7 +68,7 @@ struct globals { | |||
68 | const char *autologin; | 68 | const char *autologin; |
69 | #endif | 69 | #endif |
70 | #if ENABLE_FEATURE_AUTOWIDTH | 70 | #if ENABLE_FEATURE_AUTOWIDTH |
71 | int win_width, win_height; | 71 | unsigned win_width, win_height; |
72 | #endif | 72 | #endif |
73 | /* same buffer used both for network and console read/write */ | 73 | /* same buffer used both for network and console read/write */ |
74 | char buf[DATABUFSIZE]; | 74 | char buf[DATABUFSIZE]; |