Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Tue, 7 Nov 2000 00:00:18 -0500 From: Christopher Faylor To: Cygwin-Developers Subject: Re: mount --show-cygdrive-prefixes patch Message-ID: <20001107000018.C29268@redhat.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: Cygwin-Developers References: <20001106232857 DOT A108 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <20001106232857.A108@dothill.com>; from Jason.Tishler@dothill.com on Mon, Nov 06, 2000 at 11:28:58PM -0500 On Mon, Nov 06, 2000 at 11:28:58PM -0500, Jason Tishler wrote: >See attached for the patch that enhances mount --show-cygdrive-prefixes >to display the flags too. > >The following is the cygwin ChangeLog: > >Mon Nov 6 22:22:42 2000 Jason Tishler > > * external.cc (get_cygdrive_prefixes): Enhance to return user and system > flags too. > * external.cc (cygwin_internal): Ditto. > * path.cc (mount_info::get_cygdrive_prefixes): Ditto. > * shared_info.h (get_cygdrive_prefixes): Ditto. > >The following is the utils ChangeLog: > >Mon Nov 6 22:22:42 2000 Jason Tishler > > * mount.cc (show_cygdrive_prefixes): Enhance to display user and system > flags too. Won't this cause core dumps for older programs which might have relied on the previous behavior? I realize that there were probably exactly of zero of these outside of the mount program, but I'd rather have the old mount continue to work with the new cygwin. I guess this means that we'll have to invent a new CW_GET_CYGDRIVE_PREFIXES_AND_FLAGS to accomodate this. I had to do this for my extensions to CW_GETPINFO, too. Thanks, cgf