mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
#include <arpa/inet.h>
This commit is contained in:
parent
932d41914f
commit
9ec49abd00
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36916
@ -36,7 +36,7 @@
|
||||
static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93";
|
||||
*/
|
||||
static const char rcsid[] =
|
||||
"$Id: netcmds.c,v 1.6 1997/02/22 19:57:16 peter Exp $";
|
||||
"$Id: netcmds.c,v 1.7 1997/12/04 03:44:44 steve Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -53,6 +53,7 @@ static const char rcsid[] =
|
||||
#include <netinet/in_systm.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <netinet/in_pcb.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <netdb.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -36,7 +36,7 @@
|
||||
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
|
||||
*/
|
||||
static const char rcsid[] =
|
||||
"$Id: netstat.c,v 1.8 1997/02/22 19:57:16 peter Exp $";
|
||||
"$Id: netstat.c,v 1.9 1998/06/09 04:17:23 imp Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -49,6 +49,7 @@ static const char rcsid[] =
|
||||
#include <sys/protosw.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <net/route.h>
|
||||
#include <netinet/in_systm.h>
|
||||
#include <netinet/ip.h>
|
||||
|
Loading…
Reference in New Issue
Block a user