diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2017-09-10 05:40:36 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-09-10 23:56:23 +0200 |
commit | 87530ef9e1a124d7b86d72e473439b85a688541d (patch) | |
tree | ad430e49632a3eab7eb33b42db4871e4a940ccf1 /package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch | |
parent | e30bf17f70f0b172fe4207b8d1fdcbcd647c89f3 (diff) | |
download | buildroot-87530ef9e1a124d7b86d72e473439b85a688541d.tar.gz buildroot-87530ef9e1a124d7b86d72e473439b85a688541d.zip |
smack: bump version to 1.3.1
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch')
-rw-r--r-- | package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch b/package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch deleted file mode 100644 index 0e30ef5e39..0000000000 --- a/package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 316c911aa741b14513622a4206ed6d324e951fa0 Mon Sep 17 00:00:00 2001 -From: Felix Janda <felix.janda@posteo.de> -Date: Wed, 20 May 2015 21:25:22 +0200 -Subject: [PATCH 1/1] libsmack/common.c: Include <limits.h> for PATH_MAX - -Signed-off-by: Felix Janda <felix.janda@posteo.de> -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> ---- -Downloaded from upstream commit -https://github.com/smack-team/smack/commit/316c911aa741b14513622a4206ed6d324e951fa0 - - libsmack/common.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libsmack/common.c b/libsmack/common.c -index 55fee1a..55b59e3 100644 ---- a/libsmack/common.c -+++ b/libsmack/common.c -@@ -22,6 +22,7 @@ - #include <dirent.h> - #include <errno.h> - #include <fcntl.h> -+#include <limits.h> - #include <stdio.h> - #include <string.h> - #include <unistd.h> --- -2.7.0 - |