From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1198 invoked by alias); 4 Jul 2013 09:13:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 1182 invoked by uid 89); 4 Jul 2013 09:13:53 -0000 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 04 Jul 2013 09:13:28 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id EA1E7520088; Thu, 4 Jul 2013 11:13:25 +0200 (CEST) Date: Thu, 04 Jul 2013 09:13:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: MSYS mode (continue) Message-ID: <20130704091325.GL5118@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20130703181504.GA3182@ednor.casa.cgf.cx> <20130703195020.GC1705@calimero.vinschen.de> <51D49188.7000708@cwilson.fastmail.fm> <20130703215716.GA1752@ednor.casa.cgf.cx> <51D4A7F4.80507@cwilson.fastmail.fm> <20130704085847.GK5118@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-07/txt/msg00083.txt.bz2 On Jul 4 13:07, Alexey Pavlov wrote: > 2013/7/4 Corinna Vinschen: > > Hi Alexey, > > > > On Jul 4 06:33, Alexey Pavlov wrote: > >> My opinion is to extend Cygwin parser to read msys-like mounts. It's > >> very simple: > >> > >> --- mount.cc 2013-04-24 20:29:29.000000000 +0400 > >> +++ Cygwin/winsup/cygwin/mount.cc 2013-06-13 09:35:01.479492100 +0400 > >> @@ -1125,8 +1118,17 @@ > >> if (!*c) > >> return true; > >> cend = find_ws (c); > >> - *cend = '\0'; > >> posix_path = conv_fstab_spaces (c); > >> + if (!*cend) > >> + { > >> + unsigned mount_flags = MOUNT_SYSTEM | MOUNT_BINARY | > >> MOUNT_NOPOSIX | MOUNT_NOACL; > >> + > >> + int res = mount_table->add_item (native_path, posix_path, mount_flags); > >> + if (res && get_errno () == EMFILE) > >> + return false; > >> + return true; > >> + } > >> + *cend = '\0'; > >> /* Third field: FS type. */ > >> c = skip_ws (cend + 1); > >> if (!*c) > > > > This patch is trivial enough to go in (barring discussion) without > > copyright assignment. Still, the CA is necessary for more complex > > patches. > > > Good. > > > Would you mind to send a CA (http://cygwin.com/assign.txt) per snail > > mail to the address given in the form? > > > I will do it in a week I think. Yep, no worries. Thanks, 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