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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=bl TX2zoGThSVhgPZlbvDMtQkdxd+kDq/Y7PnugRxujlOHlyRJCovxnnXEs9beGAWTH 3rUcXXT9t+/ATE6YST4cKmXx0d2Zk9KQhswXwb0Cfd+yzK4mEdoVUsDNbLvhvHyV wbjdFUOhdKX0cLmFK4ooUSU4VXLlJUjWbXTSzhC/4= 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=G8DpO82h 2wx5AmXu0uv1qSVe0zY=; b=mf6mIcChT4GrkrxazLoCJo6x8TLyjErl+aU0GEfh tMXqB5s2Qi1qVRaEWtmYhIiGmRKq47BBiF5cnucL5Sa7sVzSpb9scHWF+0lKxhdO FkjuJ/9nHebuwJFYCFemwBlRl16CdjtloXkxxbwt7L46vt4LYrlscA5qG9mNGubu a6k= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-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.180.126.10 with SMTP id mu10mr2780015wib.64.1372930646192; Thu, 04 Jul 2013 02:37:26 -0700 (PDT) In-Reply-To: <20130704091632.GM5118@calimero.vinschen.de> References: <20130703181504 DOT GA3182 AT ednor DOT casa DOT cgf DOT cx> <20130703195020 DOT GC1705 AT calimero DOT vinschen DOT de> <51D49188 DOT 7000708 AT cwilson DOT fastmail DOT fm> <20130703215716 DOT GA1752 AT ednor DOT casa DOT cgf DOT cx> <51D4A7F4 DOT 80507 AT cwilson DOT fastmail DOT fm> <20130704085847 DOT GK5118 AT calimero DOT vinschen DOT de> <20130704091632 DOT GM5118 AT calimero DOT vinschen DOT de> Date: Thu, 4 Jul 2013 12:37:26 +0300 Message-ID: Subject: Re: MSYS mode (continue) From: Alexey Pavlov To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 :) > > 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