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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to