EVOLUTION-MANAGER
Edit File: autoconf-stacktrace_ops-warning.c
/* Some kernels have warning fields in stacktrace_ops. */ #include <linux/sched.h> #include <asm/stacktrace.h> void foo (void) { struct stacktrace_ops t; t.warning = 0; (void) t; }