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:
parent
9be380b07b
commit
565c2d76a3
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user