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 [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message