1
1
Этот коммит содержится в:
Pavel Machek 1998-06-11 10:10:05 +00:00
родитель a7967b891f
Коммит a3e64fbc8f

Просмотреть файл

@ -49,7 +49,7 @@
static struct extfs_entry *
extfs_find_entry (struct extfs_entry *dir, char *name, int make_dirs, int make_file);
static struct extfs_archive *first_archive = NULL;;
static struct extfs_archive *first_archive = NULL;
static int extfserrno = 0;
static struct stat hstat; /* Stat struct corresponding */
static char *current_file_name, *current_link_name;