From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19311 invoked from network); 15 Feb 2001 17:15:37 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Feb 2001 17:15:37 -0000 Received: (qmail 25962 invoked by alias); 15 Feb 2001 17:14:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13487 Received: (qmail 25895 invoked from network); 15 Feb 2001 17:14:22 -0000 From: "Bart Schaefer" Message-Id: <1010215171405.ZM10545@candle.brasslantern.com> Date: Thu, 15 Feb 2001 17:14:05 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: 4.0.1-pre-1 on RH6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Got compiler warnings: zftp.c: In function `zfgetline': zftp.c:730: warning: variable `added' might be clobbered by `longjmp' or `vfork' zftp.c:732: warning: variable `pcur' might be clobbered by `longjmp' or `vfork' zftp.c:728: warning: argument `lnsize' might be clobbered by `longjmp' or `vfork' zftp.c: In function `zftp_open': zftp.c:1853: warning: argument `args' might be clobbered by `longjmp' or `vfork' "make check" fails 07cond.ztst if and only if the build directory is on an NFS filesystem (all tests succeed if the build is local). -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net