Does not regenerate ./configure or include/config.h.
Try 2 gets the patch to apply.
Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com --- configure.ac | 2 ++ include/config.h.in | 6 ++++++ server/Makefile.in | 2 +- server/process.c | 47 +++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 54 insertions(+), 3 deletions(-)
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?