Damjan Jovanovic damjan.jov@gmail.com writes:
+/* Prevent sys/user.h from including sys/proc.h, which redefines 'struct thread': */ +#define _SYS_PROC_H_ +#ifdef HAVE_MACHINE_PROC_H +# include <machine/proc.h> +#endif
Is this really the way we are supposed to use these headers?