X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=ys
	+oh2SO55abB4ntqXIbnBONgqJ0QfHod8Zq9VqyCuGy3jMJdywsaqNQpoqqJa9bOS
	eeQiURma7KoGZVI6SdOMzrIyRccT2q6ra3Gl6cOnpCBlgOZEp0T+jNk4OYxKA5Eh
	Pk1n3/+z+1LMsgSJqiVGYFdWmUynU/jXcBqWagXKI=
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:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=pZtdHQ8m
	eDVhJRxM+6bP90DsAd0=; b=RQ6SkYHPZio8MDqXMnsexe1Gk7YX9pc01lTbKcib
	qPR2PoKbGj/pLB9GqC+fMgvLkKJIM7ij0E0rcfyOyASU/PY3XZFP94Y0D6j18TcJ
	xNUZMC8mgxm9deOKeus0BIoBd4EEUCcRhQITJyqzWTMCIrVbc9KClFD6062YHwM1
	PM4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1
MIME-Version: 1.0
X-Received: by 10.220.182.193 with SMTP id cd1mr2623444vcb.32.1372935232938; Thu, 04 Jul 2013 03:53:52 -0700 (PDT)
In-Reply-To: <20130704104713.GB12995@calimero.vinschen.de>
References: <51D4A7F4.80507@cwilson.fastmail.fm>	<CABEPuQJ6V55nLo1hHO=xxAjjxsV5ahAuHj-jfWH-=Hk_hmk-eA@mail.gmail.com>	<20130704085847.GK5118@calimero.vinschen.de>	<CABEPuQ+YxNF6LTAxRTVDQqQsKvGWGuaRxx1JAH62+wZZzgsC9w@mail.gmail.com>	<CABEPuQKRz2kamtrbBF5MjxPiSRMxwJ7NhG6wRrtRXMoBm+quNg@mail.gmail.com>	<20130704091632.GM5118@calimero.vinschen.de>	<CABEPuQKb8ZFvA=5947_JNQ3xZUNi98FTkV=9Q04f8vMY-4q1pg@mail.gmail.com>	<20130704101046.GN5118@calimero.vinschen.de>	<CABEPuQJ2S5jUbJDS+XUhrvdLtu6t53QAvsmQ_q5RbvELZxHJhw@mail.gmail.com>	<CAEwic4b3wsdzfPWiQOx_CuDookbAsXgrw+8FAuFNp6mTffjpjA@mail.gmail.com>	<20130704104713.GB12995@calimero.vinschen.de>
Date: Thu, 4 Jul 2013 13:53:52 +0300
Message-ID: <CABEPuQKNHMT5kFrQ4k-LgkVPsO+G6gVWdFZbK51fChEXLPcYvw@mail.gmail.com>
Subject: Re: MSYS mode (continue)
From: Alexey Pavlov <alexpux@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1

2013/7/4 Corinna Vinschen:
> On Jul  4 12:34, Kai Tietz wrote:
>> 2013/7/4 Alexey Pavlov wrote:
>> > 2013/7/4 Corinna Vinschen:
>> >> On Jul  4 12:37, Alexey Pavlov wrote:
>> >>> 2013/7/4 Corinna Vinschen:
>> >>> > On Jul  4 13:09, Alexey Pavlov wrote:
>> >>> >> 2013-06-18  Alexey Pavlov
>> >>> >>
>> >>> >> * mount.cc: Allow using a shortened version of mount points in /etc/fstab
>> >>> >> * utsname.h: Increase sysname fiels size.
>> >>> >> * uname.cc: Allow changing OS name by MSYSTEM environment variable.
>> >>> >> [...SNIP...]
>> >>> >
>> >>> > Can we please move patch submissions to the cygwin-patches mailing list?
>> >>> > Thank you.
>> >>> >
>> >>> >> Index: cygwin/include/sys/utsname.h
>> >>> >> ===================================================================
>> >>> >> RCS file: /cvs/src/src/winsup/cygwin/include/sys/utsname.h,v
>> >>> >> retrieving revision 1.3
>> >>> >> diff -u -p -r1.3 utsname.h
>> >>> >> --- cygwin/include/sys/utsname.h 21 Jan 2013 04:38:31 -0000 1.3
>> >>> >> +++ cygwin/include/sys/utsname.h 18 Jun 2013 11:39:27 -0000
>> >>> >> @@ -17,7 +17,7 @@ extern "C" {
>> >>> >>
>> >>> >>  struct utsname
>> >>> >>  {
>> >>> >> -  char sysname[20];
>> >>> >> +  char sysname[21];
>> >>> >
>> >>> > We can't do that.  struct utsname is a publically facing structure.
>> >>> > If you change the size, you're breaking compatibility with existing
>> >>> > applications.
>> >>> >
>> >>> > You should better drop some character from the string you want to enter
>> >>> > here.
>> >>> >
>> >>>
>> >>> I can't drop any symbol from "MINGW32" word :)
>> >>
>> >> That's not 20 chars long.
>> >>
>> > Yes. But not only this need to be in 20 symbols. On cygwin 20 symbols is:
>> >
>> > CYGWIN_NT-6.1-WOW64\0
>> >
>> > But
>> >
>> > MINGW32_NT-6.1-WOW64\0
>> >
>> > is 21 symbol.
>>
>> Hmm, out of curiousity.  Why is the name MINGW_NT-6.1-WOW64\0 not
>> suitable.  For what is this 32 good for?
>>
>> > Regards,
>> > Alexey.
>>
>> Sorry, for this stupid question.
>
> No sorry here, it's not stupid.  I agree, why not just drop the "32"?
>

It can be I think because in config.guess is *MINGW*.
>
> Corinna
>
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Maintainer                 cygwin AT cygwin DOT com
> Red Hat
>
> --
> 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
>

--
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

