0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch 809 B

1234567891011121314151617181920212223242526272829
  1. From 316c911aa741b14513622a4206ed6d324e951fa0 Mon Sep 17 00:00:00 2001
  2. From: Felix Janda <felix.janda@posteo.de>
  3. Date: Wed, 20 May 2015 21:25:22 +0200
  4. Subject: [PATCH 1/1] libsmack/common.c: Include <limits.h> for PATH_MAX
  5. Signed-off-by: Felix Janda <felix.janda@posteo.de>
  6. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  7. ---
  8. Downloaded from upstream commit
  9. https://github.com/smack-team/smack/commit/316c911aa741b14513622a4206ed6d324e951fa0
  10. libsmack/common.c | 1 +
  11. 1 file changed, 1 insertion(+)
  12. diff --git a/libsmack/common.c b/libsmack/common.c
  13. index 55fee1a..55b59e3 100644
  14. --- a/libsmack/common.c
  15. +++ b/libsmack/common.c
  16. @@ -22,6 +22,7 @@
  17. #include <dirent.h>
  18. #include <errno.h>
  19. #include <fcntl.h>
  20. +#include <limits.h>
  21. #include <stdio.h>
  22. #include <string.h>
  23. #include <unistd.h>
  24. --
  25. 2.7.0