9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] APE off_t
@ 2001-07-25 23:14 rob pike
  0 siblings, 0 replies; 2+ messages in thread
From: rob pike @ 2001-07-25 23:14 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

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


[-- Attachment #2: Type: message/rfc822, Size: 1486 bytes --]

From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: [9fans] APE off_t
Date: Thu, 26 Jul 2001 07:16:20 +0900
Message-ID: <20010725222033.8724619A10@mail.cse.psu.edu>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] APE off_t
@ 2001-07-25 22:16 arisawa
  0 siblings, 0 replies; 2+ messages in thread
From: arisawa @ 2001-07-25 22:16 UTC (permalink / raw)
  To: 9fans

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-25 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-25 23:14 [9fans] APE off_t rob pike
  -- strict thread matches above, loose matches on Subject: below --
2001-07-25 22:16 arisawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).