From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18057 invoked from network); 9 Feb 2003 02:25:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Feb 2003 02:25:15 -0000 Received: (qmail 13771 invoked by alias); 9 Feb 2003 02:25:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18209 Received: (qmail 13764 invoked from network); 9 Feb 2003 02:25:05 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Feb 2003 02:25:05 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.46.181.248] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Feb 2003 2:25:5 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h192P1N28202; Sat, 8 Feb 2003 18:25:01 -0800 From: "Bart Schaefer" Message-Id: <1030209022500.ZM28201@candle.brasslantern.com> Date: Sun, 9 Feb 2003 02:25:00 +0000 In-Reply-To: <20030209014102.GA15743@scowler.net> Comments: In reply to Clint Adams "Re: PATCH: maxfilelocks in ulimit output" (Feb 8, 8:41pm) References: <20030209010655.GA10509@dman.com> <20030209014102.GA15743@scowler.net> X-Mailer: Z-Mail (5.0.0 30July97) To: Clint Adams , zsh-workers@sunsite.dk Subject: Re: PATCH: maxfilelocks in ulimit output MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 8, 8:41pm, Clint Adams wrote: } Subject: Re: PATCH: maxfilelocks in ulimit output } } # if defined(RLIMIT_RSS) && (!defined(RLIMIT_VMEM) || RLIMIT_VMEM != RLIMIT_RSS) } } should be true, } } and } } # if defined(RLIMIT_RSS) && RLIMIT_VMEM == RLIMIT_RSS } } should be false, thereby printing "resident set size (kbytes) " and } "virtual memory size (kb) " respectively. } } Yet the opposite seems to be occurring. What am I missing? If you figure it out, I'd love to know. See zsh-users/5492, zsh-workers/17939,17941,17944,17951,18032 and 18043.