diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-20 09:52:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-21 12:52:53 +0000 |
commit | 2dc22abe4a4f0e1ed390cd1e8acdcc176b0a3874 (patch) | |
tree | 138728c6e08a95b48355878de84f25a551c87b84 /meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |
parent | d697b4ca25c561604969e0f758a454725c186300 (diff) | |
download | poky-2dc22abe4a4f0e1ed390cd1e8acdcc176b0a3874.tar.gz |
tcp-wrappers: Remove redundant forward declarations
fgets is already in stdio.h, and it can confuse the compilers when using
fortified headers, therefore remove the declarations
(From OE-Core rev: 91bb451f60cc62bf6c25a7c36aabc0398729bcf0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb')
-rw-r--r-- | meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index bd0c84c242..e903b9db14 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -49,6 +49,7 @@ SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ | |||
49 | file://0001-Fix-build-with-clang.patch \ | 49 | file://0001-Fix-build-with-clang.patch \ |
50 | file://fix_warnings.patch \ | 50 | file://fix_warnings.patch \ |
51 | file://fix_warnings2.patch \ | 51 | file://fix_warnings2.patch \ |
52 | file://0001-Remove-fgets-extern-declaration.patch \ | ||
52 | " | 53 | " |
53 | 54 | ||
54 | SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a" | 55 | SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a" |