| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:from:subject:to:references:message-id:date | |
| :mime-version:in-reply-to:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=h2FEzecwQy9NhmcV | |
| 6BYbNUvFVjqMdJTfNGUGkEmcw/m8Qr6dQlc294m2YcQrkPj+mok7HlT83oDW3Vsn | |
| vUHO6dOjkjEG52AGKnMj6EKLW/eLzYQmkAQy7uyBYwda6VTe5s7B1LyePnXkdRsQ | |
| voFOFn2eg20t539r6HEnjLTB5zA= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:from:subject:to:references:message-id:date | |
| :mime-version:in-reply-to:content-type | |
| :content-transfer-encoding; s=default; bh=mytsCLlwul84i/LP18X4qY | |
| erCKM=; b=coJhkc9KUZ0zzPzIF0LTELiz5oNoIgCula/nFFn5etgsQKiWFXfGVM | |
| 49A1N0C75kNfbES5S0bWBBRS+RMznIzIitYG+BAJCgBhAjPAZODldz12UtQ//w4I | |
| vnrELaQRbMLzAPNfhVddvpQY5PyyGfWP5bJyEwEeWJw4idJgwPwi0= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 |
| X-HELO: | limerock04.mail.cornell.edu |
| X-CornellRouted: | This message has been Routed already. |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| Subject: | Re: Fonts reorganization and additions |
| To: | cygwin AT cygwin DOT com |
| References: | <1441962346 DOT 9784 DOT 34 DOT camel AT cygwin DOT com> <55F2B932 DOT 8060101 AT gmail DOT com> <55F30150 DOT 8020906 AT cornell DOT edu> <1441989600 DOT 15240 DOT 4 DOT camel AT cygwin DOT com> <55F327B4 DOT 40208 AT cornell DOT edu> <1442001550 DOT 9548 DOT 6 DOT camel AT cygwin DOT com> <55F5A008 DOT 80308 AT cornell DOT edu> <55F7068D DOT 4080706 AT cornell DOT edu> |
| Message-ID: | <55F73444.1010305@cornell.edu> |
| Date: | Mon, 14 Sep 2015 16:55:32 -0400 |
| User-Agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <55F7068D.4080706@cornell.edu> |
| X-IsSubscribed: | yes |
On 9/14/2015 1:40 PM, Ken Brown wrote:
> On 9/13/2015 12:10 PM, Ken Brown wrote:
> The following patch fixes the problem:
>
> diff --git a/mkdir.cc b/mkdir.cc
> index dabc256..84bb176 100644
> --- a/mkdir.cc
> +++ b/mkdir.cc
> @@ -98,8 +98,6 @@ mkdir_p (int isadir, const char *in_path, mode_t mode)
>
> for (c = path; *c; c++)
> {
> - if (*c == ':')
> - slash = 0;
> if (*c == '/' || *c == '\\')
> slash = c;
> }
>
> I don't know if this might cause some other problem, but it seems OK in
> limited testing.
If anyone else wants to test this, my builds are at
http://sanibeltranquility.com/cygwin/setup-2.871-1-g0ef99d.tar.xz
This is based on the sources for setup 2.871, with the above patch applied.
Ken
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |