|
@@ -2240,6 +2240,9 @@ main (int argc, char **argv)
|
|
/* Make sure we have first three descriptors available */
|
|
/* Make sure we have first three descriptors available */
|
|
stdopen ();
|
|
stdopen ();
|
|
|
|
|
|
|
|
+ /* Close all inherited open descriptors, except for the first three */
|
|
|
|
+ closeopen ();
|
|
|
|
+
|
|
/* Pre-allocate a few structures. */
|
|
/* Pre-allocate a few structures. */
|
|
|
|
|
|
allocated_archive_names = 10;
|
|
allocated_archive_names = 10;
|