> Hi,
>
> I was just wondering if anyone has considered allowing larger UIDs (unsigned
> long) on a FreeBSD system? What would this require changing? From what I
> can tell, the code is typedefed so if you go recompile everything, you should
> be ok. Am I missing anything here?
How about this line from <sys/types.h>:
typedef u_int32_t uid_t; /* user id */
It pays to do your own research - then you only get to look silly in
front of yourself. 8)
--
\\ Give a man a fish, and you feed him for a day. \\ Mike Smith
\\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message