DEVELOPERS: add Yegor Yefremov for the ser2net package
[buildroot-gz.git] / package / smack / 0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch
blob0e30ef5e398039ceeb82809496f9925311dcaad6
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
6 Signed-off-by: Felix Janda <felix.janda@posteo.de>
7 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8 ---
9 Downloaded from upstream commit
10 https://github.com/smack-team/smack/commit/316c911aa741b14513622a4206ed6d324e951fa0
12 libsmack/common.c | 1 +
13 1 file changed, 1 insertion(+)
15 diff --git a/libsmack/common.c b/libsmack/common.c
16 index 55fee1a..55b59e3 100644
17 --- a/libsmack/common.c
18 +++ b/libsmack/common.c
19 @@ -22,6 +22,7 @@
20 #include <dirent.h>
21 #include <errno.h>
22 #include <fcntl.h>
23 +#include <limits.h>
24 #include <stdio.h>
25 #include <string.h>
26 #include <unistd.h>
27 --
28 2.7.0