aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-09-21 22:27:38 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-09-21 22:27:38 +0000
commitf3a61fc4aa4e45deb231e535134039483f585392 (patch)
tree45801ccf00a075de2daaa5eae3e0f01f7248b035 /winsup/utils
parentd829da1423d10f4c6fa72d6cdad23da4eb03e455 (diff)
downloadnewlib-f3a61fc4aa4e45deb231e535134039483f585392.zip
newlib-f3a61fc4aa4e45deb231e535134039483f585392.tar.gz
newlib-f3a61fc4aa4e45deb231e535134039483f585392.tar.bz2
Fix typo.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 8287dd2..fd8eebe 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -4,15 +4,15 @@
* mkgroup.c (print_win_error): Create macro calling ...
(_print_win_error): ... this function created from former
print_win_error. Move up in source.
- (PDOMAIN_CONTROLLER_INFOW): Define return type of DcGetDcNameW.
- (dsgetdcname): New function pointer for DcGetDcNameW.
- (load_netapi): Get DcGetDcNameW address.
- (main): If DcGetDcNameW is available, use it.
+ (PDOMAIN_CONTROLLER_INFOW): Define return type of DsGetDcNameW.
+ (dsgetdcname): New function pointer for DsGetDcNameW.
+ (load_netapi): Get DsGetDcNameW address.
+ (main): If DsGetDcNameW is available, use it.
* mkpasswd.c (PDOMAIN_CONTROLLER_INFOW): Define return type of
- DcGetDcNameW.
- (dsgetdcname): New function pointer for DcGetDcNameW.
- (load_netapi): Get DcGetDcNameW address.
- (main): If DcGetDcNameW is available, use it. Rename local variable
+ DsGetDcNameW.
+ (dsgetdcname): New function pointer for DsGetDcNameW.
+ (load_netapi): Get DsGetDcNameW address.
+ (main): If DsGetDcNameW is available, use it. Rename local variable
domain_name_specified to domain_specified as in mkgroup.c.
2005-09-08 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>