You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
764 B

  1. From 6603cef0f06c450196a1bca06bb143d8fcda5651 Mon Sep 17 00:00:00 2001
  2. From: Felix Janda <felix.janda@posteo.de>
  3. Date: Fri, 5 Dec 2014 23:19:29 +0100
  4. Subject: [PATCH 1/1] mtab.c: include <paths.h> for _PATH_MOUNTED
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Backported from: 6603cef0f06c450196a1bca06bb143d8fcda5651
  9. Signed-off-by: Felix Janda <felix.janda@posteo.de>
  10. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
  11. ---
  12. mtab.c | 1 +
  13. 1 file changed, 1 insertion(+)
  14. diff --git a/mtab.c b/mtab.c
  15. index 7b365b3..a662a3c 100644
  16. --- a/mtab.c
  17. +++ b/mtab.c
  18. @@ -38,6 +38,7 @@
  19. #include <mntent.h>
  20. #include <stdlib.h>
  21. #include <signal.h>
  22. +#include <paths.h>
  23. #include "mount.h"
  24. #include "config.h"
  25. --
  26. 2.5.0