From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21409 invoked from network); 10 Jun 1999 13:27:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Jun 1999 13:27:40 -0000 Received: (qmail 12644 invoked by alias); 10 Jun 1999 13:27:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6569 Received: (qmail 12634 invoked from network); 10 Jun 1999 13:27:20 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: cast to (long) in printulimit() (rlimits.c) Date: Thu, 10 Jun 1999 17:26:40 +0400 Message-ID: <001b01beb344$dfe4bb90$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Dunno, if it is significant ... but in this case limit is of type rlim_t and this is 64 bit if LFS is defined (in my case at least). And e.g. maximum file size may still exceed 32 bits even in blocks. /andrej