Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2001 13:56:01 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        mjacob@feral.com
Cc:        current@freebsd.org
Subject:   Re: > 4GB with NFS?
Message-ID:  <14960.30292.831422.916017@grasshopper.cs.duke.edu>
In-Reply-To: <Pine.LNX.4.21.0101251046390.11014-100000@zeppo.feral.com>
References:  <14960.28209.622301.752510@grasshopper.cs.duke.edu> <Pine.LNX.4.21.0101251046390.11014-100000@zeppo.feral.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Matthew Jacob writes:
 > 
 > Same code compiled on Solaris is happy.

Perhaps there's some braindamage in it.  I'm afraid of something like:

#ifdef Solaris
typedef filefoo u_int64_t;
#else
typedef filefoo u_int32_t;
#endif

;)

Drew




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14960.30292.831422.916017>