diff options
author | Christopher Faylor <me@cgf.cx> | 2008-10-12 23:53:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-10-12 23:53:26 +0000 |
commit | 4941ce49c562e3103b7a61d8f167db6bbf98dac3 (patch) | |
tree | 98f453e52a3511b75e12920ceb357248862dd4fb /winsup/lsaauth/ChangeLog | |
parent | 12c819e204763ddb79c40dddc8361c237a9c6007 (diff) | |
download | newlib-4941ce49c562e3103b7a61d8f167db6bbf98dac3.zip newlib-4941ce49c562e3103b7a61d8f167db6bbf98dac3.tar.gz newlib-4941ce49c562e3103b7a61d8f167db6bbf98dac3.tar.bz2 |
* Makefile.in: Rearrange to avoid -mno-cygwin.
* configure.in: Use mingw front-end from utils directory as compiler front-end.
* configure: Regenerate.
* cyglsa.c (cyglsa_printf): Rename from 'printf' to avoid a compiler error.
(print_sid, print_groups, print_privs, print_dacl, print_tokinf,
LsaApLogonUserEx): Ditto.
Diffstat (limited to 'winsup/lsaauth/ChangeLog')
-rw-r--r-- | winsup/lsaauth/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/lsaauth/ChangeLog b/winsup/lsaauth/ChangeLog index 8a0fe88..437fcbc 100644 --- a/winsup/lsaauth/ChangeLog +++ b/winsup/lsaauth/ChangeLog @@ -1,3 +1,14 @@ +2008-10-12 Christopher Faylor <me+cygwin@cgf.cx> + + * Makefile.in: Rearrange to avoid -mno-cygwin. + * configure.in: Use mingw front-end from utils directory as compiler + front-end. + * configure: Regenerate. + * cyglsa.c (cyglsa_printf): Rename from 'printf' to avoid a compiler + error. + (print_sid, print_groups, print_privs, print_dacl, print_tokinf, + LsaApLogonUserEx): Ditto. + 2008-08-13 Corinna Vinschen <corinna@vinschen.de> * cyglsa-config: Copy the DLL instead of moving. |