From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 501 invoked from network); 30 May 2000 14:02:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 May 2000 14:02:49 -0000 Received: (qmail 26556 invoked by alias); 30 May 2000 14:02:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11661 Received: (qmail 26549 invoked from network); 30 May 2000 14:02:32 -0000 Message-ID: <3933C9F4.50CFCE82@u.genie.co.uk> Date: Tue, 30 May 2000 15:02:28 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.73 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh hackers list Subject: PATCH: AIX dependency (Re: zsh-3.1.7) References: <0FVD00KN7EOK2S@la-la.cambridgesiliconradio.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I know that I wasn't going to post these patches anymore but I have this time because with this one only being caused this morning, I've missed 3.1.7 so 3.1.7 as released is not a clean compile on AIX. Peter Stephenson wrote: > If anyone happens to know how to release a module on sourceforge, the files > zsh-3.1.7.tar.gz zsh-3.1.7-doc.tar.gz are in /home/groups/zsh. Otherwise > I'll look at it sometime. What might be a good idea is to get sourceforge to mirror ftp and web from sunsite Denmark. We're allowed cron jobs so it should be quite possible to setup. Does anyone have a script or something similar which they use for their zsh mirror (or whatever else). What would be the best way for me to do it - wget? Oliver Index: Src/hist.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/hist.c,v retrieving revision 1.7 diff -u -r1.7 hist.c --- Src/hist.c 2000/05/30 03:43:27 1.7 +++ Src/hist.c 2000/05/30 13:50:15 @@ -872,7 +872,7 @@ } /**/ -Histent +mod_export Histent gethistent(int ev, int nearmatch) { Histent he;