]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/cgfs.c
Add local implementation of mntent.h
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Jan 2013 17:24:19 +0000 (12:24 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 9 Jan 2013 15:22:48 +0000 (10:22 -0500)
commitedaf8b1bf1ca57202af0ffb53dcd665b01695888
tree54abcf6db0687e89d815c89a76fd70cbc13aab1e
parentc4b790845d76edd2ed2f7ed8973dc194be38123a
Add local implementation of mntent.h

Bionic (at least) is missing some of the usual mntent functions.
This adds code defining those that we need when they're missing from the C
library.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/include/lxcmntent.c [new file with mode: 0644]
src/include/lxcmntent.h [new file with mode: 0644]
src/lxc/Makefile.am
src/lxc/cgroup.c
src/lxc/conf.c