diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-10-29 11:06:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:52 -0700 |
commit | b605d4efe22401c2352257cfbbe06718e0cef1cb (patch) | |
tree | 6796e0bc48252849b16f75a57be909a8e136bc2e /meta-networking/recipes-daemons/lldpd/files | |
parent | 176ef600c870102184c9e6941959fe26a0151446 (diff) | |
download | meta-openembedded-b605d4efe22401c2352257cfbbe06718e0cef1cb.tar.gz |
lldpd: Upgrade 1.0.3 -> 1.0.4
Backported patch removed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/lldpd/files')
-rw-r--r-- | meta-networking/recipes-daemons/lldpd/files/0001-priv-include-limits.h-for-PATH_MAX.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/files/0001-priv-include-limits.h-for-PATH_MAX.patch b/meta-networking/recipes-daemons/lldpd/files/0001-priv-include-limits.h-for-PATH_MAX.patch deleted file mode 100644 index 9ea4a9ffb..000000000 --- a/meta-networking/recipes-daemons/lldpd/files/0001-priv-include-limits.h-for-PATH_MAX.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From c6a283bfcbfefe9c89113e81b0f792c12c4eefb8 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> | ||
3 | Date: Mon, 25 Mar 2019 18:43:03 +0100 | ||
4 | Subject: [PATCH] priv: include limits.h for PATH_MAX | ||
5 | |||
6 | Upstream-Status: Backport | ||
7 | |||
8 | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | ||
9 | --- | ||
10 | src/daemon/priv.c | 1 + | ||
11 | 1 file changed, 1 insertion(+) | ||
12 | |||
13 | diff --git a/src/daemon/priv.c b/src/daemon/priv.c | ||
14 | index f4d6bdf..ba5ae58 100644 | ||
15 | --- a/src/daemon/priv.c | ||
16 | +++ b/src/daemon/priv.c | ||
17 | @@ -27,6 +27,7 @@ | ||
18 | #include <unistd.h> | ||
19 | #include <signal.h> | ||
20 | #include <errno.h> | ||
21 | +#include <limits.h> | ||
22 | #include <sys/wait.h> | ||
23 | #include <sys/stat.h> | ||
24 | #include <sys/socket.h> | ||
25 | -- | ||
26 | 2.17.1 | ||
27 | |||