From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26815 invoked from network); 8 Nov 2006 09:06:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Nov 2006 09:06:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 54573 invoked from network); 8 Nov 2006 09:06:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Nov 2006 09:06:04 -0000 Received: (qmail 11330 invoked by alias); 8 Nov 2006 09:06:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22981 Received: (qmail 11313 invoked from network); 8 Nov 2006 09:06:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Nov 2006 09:06:00 -0000 Received: (qmail 54304 invoked from network); 8 Nov 2006 09:06:00 -0000 Received: from mailgw2.technion.ac.il (132.68.238.33) by a.mx.sunsite.dk with SMTP; 8 Nov 2006 09:05:57 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgw2.technion.ac.il (Postfix) with ESMTP id 070123902AE for ; Wed, 8 Nov 2006 11:05:56 +0200 (IST) X-Virus-Scanned: by amavisd-new at technion.ac.il Received: from mailgw2.technion.ac.il ([127.0.0.1]) by localhost (mailgw2.technion.ac.il [127.0.0.1]) (amavisd-new, port 10024) with LMTP id euy8k1RD1gER for ; Wed, 8 Nov 2006 11:05:55 +0200 (IST) Received: from fermat.math.technion.ac.il (fermat.math.technion.ac.il [132.68.115.6]) by mailgw2.technion.ac.il (Postfix) with ESMTP id D22CB390136 for ; Wed, 8 Nov 2006 11:05:55 +0200 (IST) Received: from fermat.math.technion.ac.il (localhost [127.0.0.1]) by fermat.math.technion.ac.il (8.12.10/8.12.10) with ESMTP id kA895tXQ009212 for ; Wed, 8 Nov 2006 11:05:55 +0200 (IST) Received: (from rl@localhost) by fermat.math.technion.ac.il (8.12.10/8.12.10/Submit) id kA895tFo009211 for zsh-workers@sunsite.dk; Wed, 8 Nov 2006 11:05:55 +0200 (IST) X-Authentication-Warning: fermat.math.technion.ac.il: rl set sender to rl@math.technion.ac.il using -f Date: Wed, 8 Nov 2006 11:05:55 +0200 From: "Zvi Har'El" To: Zsh hackers list Subject: glob.c fresh from CVS doesn't compile Message-ID: <20061108090555.GA9030@fermat.math.technion.ac.il> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Organization: Technion--Israel Institute of Technology Hebrew-Date: 17 Heshvan 5767 X-PGP-Public-Key: http://www.math.technion.ac.il/~rl/etc/pubkey.html --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Diagnostics: glob.c: In function `zglob': glob.c:1249: error: too many arguments to function `get_strarg' CVS entry: /glob.c/1.56/Wed Nov 8 08:49:57 2006// Patch: --- Src/glob.c.~20061108084957~ 2006-11-08 10:49:57.000000000 +0200 +++ Src/glob.c 2006-11-08 11:00:00.000000000 +0200 @@ -1246,7 +1246,7 @@ int arglen; /* Find matching delimiters */ - tt = get_strarg(s, &arglen, NULL); + tt = get_strarg(s, &arglen); if (!*tt) { zerr("missing end of name"); data = 0; -- Dr. Zvi Har'El mailto:rl@math.technion.ac.il Department of Mathematics tel:+972-54-4227607 icq:179294841 Technion - Israel Institute of Technology fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL "If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942) Wednesday, 17 Heshvan 5767, 8 November 2006, 11:01AM --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="glob.patch" --- Src/glob.c.~20061108084957~ 2006-11-08 10:49:57.000000000 +0200 +++ Src/glob.c 2006-11-08 11:00:00.000000000 +0200 @@ -1246,7 +1246,7 @@ int arglen; /* Find matching delimiters */ - tt = get_strarg(s, &arglen, NULL); + tt = get_strarg(s, &arglen); if (!*tt) { zerr("missing end of name"); data = 0; --oyUTqETQ0mS9luUI--