From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29808 invoked from network); 30 Sep 2008 08:54:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Sep 2008 08:54:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 14553 invoked from network); 30 Sep 2008 08:53:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Sep 2008 08:53:54 -0000 Received: (qmail 13523 invoked by alias); 30 Sep 2008 08:53:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25777 Received: (qmail 13508 invoked from network); 30 Sep 2008 08:53:43 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Sep 2008 08:53:43 -0000 Received: from cluster-d.mailcontrol.com (cluster-d.mailcontrol.com [217.69.20.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 8B0BA80308BA for ; Tue, 30 Sep 2008 10:53:30 +0200 (CEST) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly26d.srv.mailcontrol.com (MailControl) with ESMTP id m8U8rAOp006012 for ; Tue, 30 Sep 2008 09:53:19 +0100 Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Sep 2008 09:53:10 +0100 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.2/8.13.4) with ESMTP id m8U8rA5d023497 for ; Tue, 30 Sep 2008 09:53:10 +0100 Received: from csr.com (pws@localhost) by news01.csr.com (8.14.2/8.14.2/Submit) with ESMTP id m8U8rAi4023494 for ; Tue, 30 Sep 2008 09:53:10 +0100 X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: db_gdbm.c X-Mailer: MH-E 8.0.3; nmh 1.3; GNU Emacs 22.1.1 Date: Tue, 30 Sep 2008 09:53:10 +0100 Message-ID: <23493.1222764790@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 30 Sep 2008 08:53:10.0453 (UTC) FILETIME=[F7083E50:01C922D9] X-Scanned-By: MailControl A-08-50-15 (www.mailcontrol.com) on 10.68.0.136 X-Virus-Scanned: ClamAV 0.92.1/8356/Tue Sep 30 03:21:10 2008 on bifrost X-Virus-Status: Clean gcc seems to prefer things as follows. It's also complaining about "backtype" but that may be For Future Expansion. Index: Src/Modules/db_gdbm.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Modules/db_gdbm.c,v retrieving revision 1.5 diff -u -r1.5 db_gdbm.c --- Src/Modules/db_gdbm.c 19 Aug 2008 12:02:29 -0000 1.5 +++ Src/Modules/db_gdbm.c 30 Sep 2008 08:49:06 -0000 @@ -135,7 +135,7 @@ /**/ static void -gdbmsetfn(Param pm, char **val) +gdbmsetfn(Param pm, char *val) { datum key, content; int ret; -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070