15 lines
428 B
Text
15 lines
428 B
Text
$NetBSD: patch-ak,v 1.1 2002/06/28 08:42:35 agc Exp $
|
|
|
|
--- netconsole/setup_display.c 2002/06/28 08:31:30 1.1
|
|
+++ netconsole/setup_display.c 2002/06/28 08:31:50
|
|
@@ -48,8 +48,8 @@
|
|
{
|
|
endwin ();
|
|
fprintf (stderr,
|
|
- "%s: Terminal ('%s') too small (need %d cols, have %d)\n\n",
|
|
- prognm, ttytype, MNCOLS, COLS);
|
|
+ "%s: Terminal too small (need %d cols, have %d)\n\n",
|
|
+ prognm, MNCOLS, COLS);
|
|
exit (1);
|
|
}
|
|
|