2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 11:02:03 +00:00

Rename utmp.c/utmp.h to lxcutmp.c/lxcutmp.h

This avoids conflict with the system header utmp.h.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Stéphane Graber 2013-01-11 12:29:54 -05:00
parent 9be380b07b
commit 565c2d76a3
4 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ liblxc_so_SOURCES = \
mainloop.c mainloop.h \
af_unix.c af_unix.h \
\
utmp.c utmp.h \
lxcutmp.c lxcutmp.h \
apparmor.c apparmor.h \
lxclock.h lxclock.c \
lxccontainer.c lxccontainer.h

View File

@ -125,7 +125,7 @@ int signalfd(int fd, const sigset_t *mask, int flags)
#include "af_unix.h"
#include "mainloop.h"
#include "utils.h"
#include "utmp.h"
#include "lxcutmp.h"
#include "monitor.h"
#include "commands.h"
#include "console.h"