From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25728 invoked from network); 30 Apr 2000 18:43:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Apr 2000 18:43:43 -0000 Received: (qmail 16786 invoked by alias); 30 Apr 2000 18:43:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11032 Received: (qmail 16767 invoked from network); 30 Apr 2000 18:43:34 -0000 From: "Bart Schaefer" Message-Id: <1000430184329.ZM4853@candle.brasslantern.com> Date: Sun, 30 Apr 2000 18:43:29 +0000 In-Reply-To: Comments: In reply to Oliver Kiddle "PATCH: AIX dependencies and AIX compile problem" (Apr 30, 6:54pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: AIX dependencies and AIX compile problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 30, 6:54pm, Oliver Kiddle wrote: } Subject: PATCH: AIX dependencies and AIX compile problem } } There may be more to come because I haven't yet got a clean compile: I get } an error message for lines 925 and 968 of init.c saying 'Operands must be } pointers to compatible types' It's just a signed/unsigned thing. --- zsh-forge/current/Src/init.c Thu Apr 6 08:28:31 2000 +++ Src/init.c Sun Apr 30 11:40:26 2000 @@ -905,7 +905,7 @@ int oldshst, osubsh, oloops; FILE *obshin; char *old_scriptname = scriptname, *us; - char *ocs; + unsigned char *ocs; int ocsp; if (!s || -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com