Re: [lxc-devel] [PATCH 14/24] Make utmpx.h optional

2013-01-08 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This adds code detecting the presence of utmpx.h and in its absence, turns the > utmp related functions into no-ops. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > configure.ac | 2 +- > src/lxc/utmp.c | 9 + > s

[lxc-devel] [PATCH 14/24] Make utmpx.h optional

2013-01-08 Thread Stéphane Graber
This adds code detecting the presence of utmpx.h and in its absence, turns the utmp related functions into no-ops. Signed-off-by: Stéphane Graber --- configure.ac | 2 +- src/lxc/utmp.c | 9 + src/lxc/utmp.h | 9 + 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/