From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <21dd4989413ede4680b85a715d441560@caldo.demon.co.uk> To: 9fans@cse.psu.edu Subject: Re: [9fans] what is this, pls? From: forsyth@caldo.demon.co.uk MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ceeofrpnrhfovaqewjthvnbyto" Date: Wed, 5 Jun 2002 11:38:19 +0100 Topicbox-Message-UUID: a5e4abce-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ceeofrpnrhfovaqewjthvnbyto Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit the compilers were built using a lazy compiler construction algorithm in which operators were added as required by the system, and they don't currently provide full support for all 64 bit (vlong) operations. since Dir.length and a few other system values are now 64 bit, i can see it being changed eventually. meanwhile, you need to rewrite the ?: using an if statement. --upas-ceeofrpnrhfovaqewjthvnbyto Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <9fans-admin@cse.psu.edu> Received: from punt-1.mail.demon.net by mailstore for forsyth@caldo.demon.co.uk id 1023273565:10:10661:15; Wed, 05 Jun 2002 10:39:25 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net id aa1114436; 5 Jun 2002 10:39 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id EE70F19AF1; Wed, 5 Jun 2002 06:39:06 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from next.gli.cas.cz (cejchan.gli.cas.cz [147.231.139.3]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 9918D19AEE for <9fans@cse.psu.edu>; Wed, 5 Jun 2002 06:38:32 -0400 (EDT) Received: from pac by next.gli.cas.cz with local (Exim 3.12 #1 (Debian)) id 17FYFY-00003T-00 for <9fans@cse.psu.edu>; Wed, 05 Jun 2002 12:42:44 +0200 To: 9fans@cse.psu.edu Message-ID: <20020605124244.A204@next.gli.cas.cz> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: [9fans] what is this, pls? Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Wed, 5 Jun 2002 12:42:44 +0200 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Can somebody show me a way around this? (whole ssi.c is at http://next.gli.cas.cz/ssi.c, if needed). TIA, -- ++pac. Peter A. Cejchan Paleobiology Lab, GLU Acad. Sci. CZ [http | ftp]://next.gli.cas.cz --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=WHATISTHIS pcc -c -B -DHAVE_CONFIG_H -D_POSIX_SOURCE -D_BSD_EXTENSION ssi.c /usr/pac/wrk/infernal-0.1/squid/ssi.c:745[stdin:4020] unknown vlong LIST /usr/pac/wrk/infernal-0.1/squid/ssi.c:745[stdin:4020] unknown vlong COND --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=CODE fprintf(g->ptmp, "%s\t%d\t%llu\t%llu\t%lu\n", \ key, fh, r_off->off.i64, \ d_off == NULL? 0 : d_off->off.i64, \ (unsigned long) L); --Dxnq1zWXvFF0Q93v-- --upas-ceeofrpnrhfovaqewjthvnbyto--