In message <[email protected]>, John Polstra writes:
>Revision 1.33 of src/sys/types.h, which changed dev_t to a void * in
>the kernel, breaks ps and a bunch of other things on the alpha.
>Since dev_t now has a different size in the kernel than in userland,
>ps and friends get a "proc size mismatch".
Uhm... Ahh...
change
#define udev_t dev_t
to
typedef void *dev_t;
and tell me how much that breaks...
--
Poul-Henning Kamp FreeBSD coreteam member
[email protected] "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message