From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4078 invoked from network); 22 Aug 2002 15:55:03 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Aug 2002 15:55:03 -0000 Received: (qmail 26868 invoked by alias); 22 Aug 2002 15:54:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17571 Received: (qmail 26843 invoked from network); 22 Aug 2002 15:54:47 -0000 Date: Thu, 22 Aug 2002 11:54:39 -0400 From: Clint Adams To: Peter Stephenson Cc: Zsh hackers list Subject: Re: PATCH: Unix domain socket module Message-ID: <20020822155439.GA19341@dman.com> References: <20020818020905.GA26266@dman.com> <11860.1030017294@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11860.1030017294@csr.com> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) > Minor tweaks. `sun' is predefined on hardware from a certain vendor. > The compiler didn't like the declaration `sockaddr_un 1'. I should have expected that. > Are you going to commit the terminfo fix for 4.0? That looks quite > serious. I could have sworn that I did, but since CVS knows better, here's the 4.0 version I used. --- tmp/zsh4.0/Src/Modules/terminfo.c 2002-08-15 17:29:00.000000000 -0400 +++ /tmp/zsh/Src/Modules/terminfo.c 2002-08-15 18:02:47.000000000 -0400 @@ -198,6 +198,8 @@ { pm->u.str = dupstring(tistr); pm->flags |= PM_SCALAR; + pm->sets.cfn = NULL; + pm->gets.cfn = strgetfn; } else {