delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/07/04/08:16:36

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=GcnWFROhqKsichAsZmqmuwj81YkTz5kaabo1KgIZLqCbpldT6D8mO
C4O2zEg4zARwybCwgupjexyLQnM1GSfws5lTHjbE8YbrpjONzZqucKW5/ljbtJb8
GYTfuGMBAXY5hXXPFgWMDL0iTmFxVvCj3DEsN7oaHSWyQnM2hoOYcY=
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=MZaGYxz23QflhVaoW5SBv19rmys=; b=vyN6w86KzsiZnxvvZiTASZfL1/qn
MmGYUKv6LgaYPl8fAMUiJkshiBebVEq/1v2pRriUfDprxVtXwM6v84rdOzZEaLkd
VvM8y/Gcsfyhb2ndtWAt7q+R0kIf3gJQ7mMs8H9EMSNdYxwxh3j07l10HbYiJu3D
2c0xYsTFp1dPNhU=
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 14:16:17 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: MSYS mode (continue)
Message-ID: <20130704121617.GC12995@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <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> <20130704103708 DOT GA12995 AT calimero DOT vinschen DOT de> <CABEPuQ+iF265-SQzfLTmsBegG+BVjpLPowxRAH8ioWv1Us_iYg AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CABEPuQ+iF265-SQzfLTmsBegG+BVjpLPowxRAH8ioWv1Us_iYg@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Jul  4 13:45, Alexey Pavlov wrote:
> 2013/7/4 Corinna Vinschen:
> > On Jul  4 14:23, 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:
> >> >> >>  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.
> >
> > Then drop the dash between "NT" and "6.1".  Or let's drop the WOW64
> > since it's redundant anyway, given the content of "machine".
> >
> 
> Let's drop it!

I'm ok with that, but I think we should drop the "32" from MINGW in
the first place.

Does anybody rely on the "WOW64" in uname -s output?  I just checked
the scripts in /bin in my installation and none of it seems to check
for that info.

And then again, it *is* redundant, given the uname -m output...


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