On Wed, Aug 01, 2001 at 10:31:22PM -0400, Joseph Gleason wrote:

> Alright, I made a mistake.  But I did read the man page.  Where does it say
> off_t is 64bits?
> 
> My mistake was not digging through the include files enough to see what was
> going on.

         off_t     st_size;              /* file size, in bytes */

All it takes is a printf("%d\n", sizeof(off_t)); to figure out how large 
that is. :^)

Or, sure, you could dig thru the headers.

- alex

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to