* Makefile.in (cygcheck.exe): Link against ntdll.

* bloda.cc: link against ntdll functions statically.
	* cygpath.cc (get_user_folder): Drop 9x code.
	(print_version): Fix copyright.
	* mkgroup.c: Remove 9x code.
	* mkpasswd.c: Ditto.
	* path.cc (oopts): Add new mount options.
	* ps.cc: Fix copyright.
This commit is contained in:
Corinna Vinschen 2008-07-21 13:44:42 +00:00
parent 191f3bae17
commit 0485c2ceec
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2008-07-21 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (cygcheck.exe): Link against ntdll.
* bloda.cc: link against ntdll functions statically.
* cygpath.cc (get_user_folder): Drop 9x code.
(print_version): Fix copyright.
* mkgroup.c: Remove 9x code.
* mkpasswd.c: Ditto.
* path.cc (oopts): Add new mount options.
* ps.cc: Fix copyright.
2008-07-19 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (WNetGetProviderNameA): Define.