aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winlean.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:28:27 +0100
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:45:58 +0100
commit3bb346d5937079c3dcbc75d113f81d1f80ee28ef (patch)
tree0ad4616c15086180632d816edd463ceb2fc47b6c /winsup/cygwin/winlean.h
parentd2ef2331f9ec4cc6510cab5cd540bb3c3c863ca8 (diff)
downloadnewlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.zip
newlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.tar.gz
newlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.tar.bz2
Cygwin: fix formatting: collapse whitespace-only lines
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/winlean.h')
-rw-r--r--winsup/cygwin/winlean.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h
index 3d79a92..1332cb7 100644
--- a/winsup/cygwin/winlean.h
+++ b/winsup/cygwin/winlean.h
@@ -77,7 +77,7 @@ details. */
/* So-called "Microsoft Account" SIDs (S-1-11-...) have a netbios domain name
"MicrosoftAccounts". The new "Application Container SIDs" (S-1-15-...)
have a netbios domain name "APPLICATION PACKAGE AUTHORITY"
-
+
The problem is, DNLEN is 15, but these domain names have a length of 16
resp. 29 chars :-P So we override DNLEN here to be 31, so that calls
to LookupAccountSid/Name don't fail if the buffer is based on DNLEN.