Re: [lxc-devel] [PATCH 18/21] Add local implementation of mntent.h

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > 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 > --- > src/include/mntent.c | 49 +

[lxc-devel] [PATCH 18/21] Add local implementation of mntent.h

2013-01-03 Thread Stéphane Graber
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 --- src/include/mntent.c | 49 + src/include/mntent.h | 18 +