summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/wwinit.c')
-rw-r--r--usr.bin/window/wwinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c
index 0581126..1bf26f4 100644
--- a/usr.bin/window/wwinit.c
+++ b/usr.bin/window/wwinit.c
@@ -35,7 +35,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93";
+static char sccsid[] = "@(#)wwinit.c 8.2 (Berkeley) 4/28/95";
#endif /* not lint */
#include "ww.h"
@@ -50,7 +50,7 @@ wwinit()
char *kp;
int s;
- wwdtablesize = getdtablesize();
+ wwdtablesize = 3;
wwhead.ww_forw = &wwhead;
wwhead.ww_back = &wwhead;
OpenPOWER on IntegriCloud