delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/07/04/06:47:29

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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=yNc1iXSrWlJGdZD7JUNRRlXmC/3OnspkEZtKC13PTTSkgjyyXj08e
/X6odYnQx6pUtc2DmFzBB860L1lY35svnpnDuI56m56cRYCUlLpBfe2z6q0GIS42
iq7szPF4ClYHU1QbJFFRzwywoadeeeaUqgauEtKJUKIo/foHAr/gQQ=
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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=KYfUpXUpo/w6LebBgs3OAG1U0SI=; b=YMi/624Vuctbdy1Np5sSJCJZzvE0
L3mWNGFrxWnqHdUlxlW9LW74aaj5auLhgJQRIkAe9NYeT1A2MzBHTTu5WHq5s0uO
sr8jitPUlGpr2x/euX9PJEYmWdVKoNsXrtAhBrZDw5fvadWqZ8N1Use6frNthvvb
/D8S/QJJ/KaJxTg=
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
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1
Date: Thu, 4 Jul 2013 12:47:13 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: MSYS mode (continue)
Message-ID: <20130704104713.GB12995@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <51D4A7F4 DOT 80507 AT cwilson DOT fastmail DOT fm> <CABEPuQJ6V55nLo1hHO=xxAjjxsV5ahAuHj-jfWH-=Hk_hmk-eA AT mail DOT gmail DOT com> <20130704085847 DOT GK5118 AT calimero DOT vinschen DOT de> <CABEPuQ+YxNF6LTAxRTVDQqQsKvGWGuaRxx1JAH62+wZZzgsC9w AT mail DOT gmail DOT com> <CABEPuQKRz2kamtrbBF5MjxPiSRMxwJ7NhG6wRrtRXMoBm+quNg AT mail DOT gmail DOT com> <20130704091632 DOT GM5118 AT calimero DOT vinschen DOT de> <CABEPuQKb8ZFvA=5947_JNQ3xZUNi98FTkV=9Q04f8vMY-4q1pg AT mail DOT gmail DOT com> <20130704101046 DOT GN5118 AT calimero DOT vinschen DOT de> <CABEPuQJ2S5jUbJDS+XUhrvdLtu6t53QAvsmQ_q5RbvELZxHJhw AT mail DOT gmail DOT com> <CAEwic4b3wsdzfPWiQOx_CuDookbAsXgrw+8FAuFNp6mTffjpjA AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAEwic4b3wsdzfPWiQOx_CuDookbAsXgrw+8FAuFNp6mTffjpjA@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)

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


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019