[PATCH v2] server: implement vm counters on FreeBSD
12 Nov
2021
12 Nov
'21
3:58 a.m.
Does not regenerate ./configure or include/config.h. Try 2 gets the patch to apply. Signed-off-by: Damjan Jovanovic <damjan.jov(a)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(-)
12 Nov
12 Nov
3:25 p.m.
Damjan Jovanovic <damjan.jov(a)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? -- Alexandre Julliard julliard(a)winehq.org
1494
Age (days ago)
1494
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Damjan Jovanovic