* mount.cc (mount_info::init): Add location where we're looking for fstab to

temporary message.
* lib/cygwin_crt0.c (cygwin_crt0): Simplify by eliminating accommodations for
ancient cygwin DLLs.
* lib/crt0.h: Include <windows.h> directly since it is needed.
This commit is contained in:
Christopher Faylor
2008-07-27 16:59:07 +00:00
parent 34aa62035b
commit b58e5f427a
4 changed files with 16 additions and 17 deletions

View File

@@ -114,7 +114,7 @@ mount_info::init ()
return;
/* FIXME: Remove warning message before releasing 1.7.0. */
small_printf ("Huh? No /etc/fstab file? Using default root and cygdrive prefix...\n");
small_printf ("Huh? No /etc/fstab file in %W? Using default root and cygdrive prefix...\n", path);
}
static void