From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] APE off_t From: "rob pike" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-qethjjrkzlhkiznhnnqwnpbgjs" Message-Id: <20010725231425.8414B19A10@mail.cse.psu.edu> Date: Wed, 25 Jul 2001 19:14:23 -0400 Topicbox-Message-UUID: d6a77b70-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-qethjjrkzlhkiznhnnqwnpbgjs Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit No reason but sloppiness. Shows how much we use the APE stuff around here; the change to seek offsets was made about 5 years ago and no one noticed we missed APE. Apologies. -rob --upas-qethjjrkzlhkiznhnnqwnpbgjs Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Jul 25 18:21:28 EDT 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Jul 25 18:21:27 EDT 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.16.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id B807019A1F; Wed, 25 Jul 2001 18:21:13 -0400 (EDT) Received: from ar.aichi-u.ac.jp (ar.aichi-u.ac.jp [202.250.160.40]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 8724619A10 for <9fans@cse.psu.edu>; Wed, 25 Jul 2001 18:20:33 -0400 (EDT) From: arisawa@ar.aichi-u.ac.jp To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010725222033.8724619A10@mail.cse.psu.edu> Subject: [9fans] APE off_t Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: 9fans@cse.psu.edu X-Reply-To: arisawa@aichi-u.ac.jp List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 26 Jul 2001 07:16:20 +0900 Hello APE off_t is 32bit. term% pwd /sys/include/ape term% grep off_t * */* fcntl.h: off_t l_start; fcntl.h: off_t l_len; unistd.h:extern off_t lseek(int, off_t, int); sys/stat.h: off_t st_size; sys/types.h:typedef long off_t; Are there any reason? Kenji Arisawa E-mail: arisawa@aichi-u.ac.jp --upas-qethjjrkzlhkiznhnnqwnpbgjs--