Commit 565c2d76 by Stéphane Graber

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

This avoids conflict with the system header utmp.h. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 9be380b0
...@@ -68,7 +68,7 @@ liblxc_so_SOURCES = \ ...@@ -68,7 +68,7 @@ liblxc_so_SOURCES = \
mainloop.c mainloop.h \ mainloop.c mainloop.h \
af_unix.c af_unix.h \ af_unix.c af_unix.h \
\ \
utmp.c utmp.h \ lxcutmp.c lxcutmp.h \
apparmor.c apparmor.h \ apparmor.c apparmor.h \
lxclock.h lxclock.c \ lxclock.h lxclock.c \
lxccontainer.c lxccontainer.h lxccontainer.c lxccontainer.h
......
...@@ -125,7 +125,7 @@ int signalfd(int fd, const sigset_t *mask, int flags) ...@@ -125,7 +125,7 @@ int signalfd(int fd, const sigset_t *mask, int flags)
#include "af_unix.h" #include "af_unix.h"
#include "mainloop.h" #include "mainloop.h"
#include "utils.h" #include "utils.h"
#include "utmp.h" #include "lxcutmp.h"
#include "monitor.h" #include "monitor.h"
#include "commands.h" #include "commands.h"
#include "console.h" #include "console.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment