Andrew Morton napsal(a): > On Fri, 08 Jun 2007 06:23:23 +0200 Miloslav Trmac wrote: >> diff --git a/include/linux/sched.h b/include/linux/sched.h >> index d58e74b..d9d734c 100644 >> --- a/include/linux/sched.h >> +++ b/include/linux/sched.h >> @@ -506,6 +506,8 @@ struct signal_struct { >> #ifdef CONFIG_TASKSTATS >> struct taskstats *stats; >> #endif >> + unsigned audit_tty; >> + struct tty_audit_buf *tty_audit_buf; >> }; > > Can we ifdef these? Sure, here's an incremental patch. Mirek