* 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user