Rename hinfo -> dtable. Name the former dtable array 'fdtab'.

This commit is contained in:
Christopher Faylor
2000-08-12 04:48:44 +00:00
parent 86bf05d540
commit 9015e0fb8c
22 changed files with 183 additions and 179 deletions

View File

@@ -729,8 +729,8 @@ dll_crt0_1 ()
set_console_title (cp);
}
/* Allocate dtable */
dtable_init ();
/* Allocate fdtab */
fdtab_init ();
/* Initialize uid, gid. */
uinfo_init ();
@@ -742,7 +742,7 @@ dll_crt0_1 ()
tty_init ();
/* Set up standard fds in file descriptor table. */
hinfo_init ();
stdio_init ();
if (user_data->premain[0])
for (unsigned int i = 0; i < PREMAIN_LEN / 2; i++)