qi: Bump to release candidate 2.10-rc3
[dragora.git] / patches / tcp_wrappers / 0001-Remove-fgets-extern-declaration.patch
blob88c8d9cae7f28e34b1102625cbfd4c9826107e92
1 From 24d10919b4bc5e37a2d80b274d2cd2ee77b03549 Mon Sep 17 00:00:00 2001
2 From: Khem Raj <raj.khem@gmail.com>
3 Date: Mon, 13 Jan 2020 14:25:47 -0800
4 Subject: [PATCH] Remove fgets() extern declaration
6 These sources already include <stdio.h> which should bring the correct
7 declaration
9 Upstream-Status: Pending
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
12 hosts_access.c | 1 -
13 misc.c | 2 --
14 2 files changed, 3 deletions(-)
16 diff --git a/hosts_access.c b/hosts_access.c
17 index 329b35e..0133e5e 100644
18 --- a/hosts_access.c
19 +++ b/hosts_access.c
20 @@ -44,7 +44,6 @@ static char sccsid[] = "@(#) hosts_access.c 1.21 97/02/12 02:13:22";
21 #include <netdb.h>
22 #endif
24 -extern char *fgets();
25 extern int errno;
27 #ifndef INADDR_NONE
28 diff --git a/misc.c b/misc.c
29 index 74ca319..9a5e73a 100644
30 --- a/misc.c
31 +++ b/misc.c
32 @@ -18,8 +18,6 @@ static char sccsic[] = "@(#) misc.c 1.2 96/02/11 17:01:29";
34 #include "tcpd.h"
36 -extern char *fgets();
38 #ifndef INADDR_NONE
39 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
40 #endif
41 --
42 2.24.1