tcp_wrappers: get rid of duplicate fgets declarations

This is declared in stdio.h, no need for this one.
This commit is contained in:
Kyle Evans 2021-09-29 23:21:24 -05:00
parent 5487294d79
commit 4dbd8c72d3
2 changed files with 0 additions and 3 deletions

View file

@ -46,7 +46,6 @@ static char sccsid[] = "@(#) hosts_access.c 1.21 97/02/12 02:13:22";
#endif
#include <stdlib.h>
extern char *fgets();
extern int errno;
#ifndef INADDR_NONE

View file

@ -19,8 +19,6 @@ static char sccsic[] = "@(#) misc.c 1.2 96/02/11 17:01:29";
#include "tcpd.h"
extern char *fgets();
#ifndef INADDR_NONE
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
#endif