All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH cifs-utils] mtab.c: include <paths.h> for _PATH_MOUNTED
@ 2014-12-05 22:19 Felix Janda
  2014-12-07 13:20 ` Jeff Layton
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2014-12-05 22:19 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Felix Janda <felix.janda-1KBjaw7Xf1+zQB+pC5nmwQ@public.gmane.org>
---
 mtab.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mtab.c b/mtab.c
index 7b365b3..a662a3c 100644
--- a/mtab.c
+++ b/mtab.c
@@ -38,6 +38,7 @@
 #include <mntent.h>
 #include <stdlib.h>
 #include <signal.h>
+#include <paths.h>
 #include "mount.h"
 #include "config.h"
 
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH cifs-utils] mtab.c: include <paths.h> for _PATH_MOUNTED
  2014-12-05 22:19 [PATCH cifs-utils] mtab.c: include <paths.h> for _PATH_MOUNTED Felix Janda
@ 2014-12-07 13:20 ` Jeff Layton
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Layton @ 2014-12-07 13:20 UTC (permalink / raw)
  To: Felix Janda; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA

On Fri, 5 Dec 2014 23:19:29 +0100
Felix Janda <felix.janda-1KBjaw7Xf1+zQB+pC5nmwQ@public.gmane.org> wrote:

> Signed-off-by: Felix Janda <felix.janda-1KBjaw7Xf1+zQB+pC5nmwQ@public.gmane.org>
> ---
>  mtab.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/mtab.c b/mtab.c
> index 7b365b3..a662a3c 100644
> --- a/mtab.c
> +++ b/mtab.c
> @@ -38,6 +38,7 @@
>  #include <mntent.h>
>  #include <stdlib.h>
>  #include <signal.h>
> +#include <paths.h>
>  #include "mount.h"
>  #include "config.h"
>  

Looks fine. I'll merge that in the next few days.

Thanks!
-- 
Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-07 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 22:19 [PATCH cifs-utils] mtab.c: include <paths.h> for _PATH_MOUNTED Felix Janda
2014-12-07 13:20 ` Jeff Layton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.