From: Stéphane Graber Date: Fri, 16 Aug 2013 10:18:15 +0000 (+0200) Subject: Export the local getmntent_r implementation X-Git-Tag: lxc-1.0.0.alpha1~1^2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92adc3e911314a6f90986d8410ec0ff4b82c9f79;p=thirdparty%2Flxc.git Export the local getmntent_r implementation New code now uses getmntent_r so we need it exported so that it can be used when building on bionic. Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- diff --git a/src/include/lxcmntent.h b/src/include/lxcmntent.h index 528e8bc05..5d84419a2 100644 --- a/src/include/lxcmntent.h +++ b/src/include/lxcmntent.h @@ -15,6 +15,7 @@ struct mntent }; extern struct mntent *getmntent (FILE *stream); +extern struct mntent *getmntent_r (FILE *stream, struct mntent *mp, char *buffer, int bufsiz); #endif #ifndef HAVE_SETMNTENT