Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2001 17:01:41 +0100
From:      Bernd Walter <ticso@cicely8.cicely.de>
To:        freebsd-current@freebsd.org
Subject:   xdr_u_longlong_t gets u_quad_t* ?
Message-ID:  <20011203170141.D63943@cicely8.cicely.de>

next in thread | raw e-mail | index | archive | help
I was surprised by a compile time error with one of my programms on
FreeBSD-alpha.
HP-UX, Solaris and NetBSD expect the data argument as beeing
u_longlong_t which sounds logical given the function name.

On FreeBSD (verified on -current) it is defined to be u_quad_t which
resolves to unsigned long on -alpha.

What is the reason to be different from others?

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


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?20011203170141.D63943>