ttwrite added
[unix-history] / usr / src / usr.bin / window / wwinit.c
index e05f7a6..dc8c2b2 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)wwinit.c   3.24 %G%";
+static char sccsid[] = "@(#)wwinit.c   3.25 %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -24,8 +24,6 @@ wwinit()
        int s;
 
        wwdtablesize = getdtablesize();
        int s;
 
        wwdtablesize = getdtablesize();
-       if (wwdtablesize > 32)                          /* XXX */
-               wwdtablesize = 32;
        wwhead.ww_forw = &wwhead;
        wwhead.ww_back = &wwhead;
 
        wwhead.ww_forw = &wwhead;
        wwhead.ww_back = &wwhead;