* Makefile.in (strace.exe): Include mingw_getopt.o in link line.

* cygcheck.cc (print_version): Update copyright.
* strace.cc (print_version): Ditto.
(main): Allow cygwin paths for -o option.
(create_child): Allow cygwin path as argv[0].
* path.cc (path.cc): Allow UNC paths.
This commit is contained in:
Christopher Faylor
2003-03-04 05:30:50 +00:00
parent c418817ed8
commit 229f2bb465
7 changed files with 30 additions and 10 deletions

View File

@@ -1353,7 +1353,7 @@ print_version ()
printf ("\
cygcheck version %.*s\n\
System Checker for Cygwin\n\
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.\n\
Copyright 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.\n\
Compiled on %s\n\
", len, v, __DATE__);
}