mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
Port host to FreeBSD
This commit is contained in:
parent
c3a4ccf2fb
commit
d475634fe5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2996
6
usr.bin/host/Makefile
Normal file
6
usr.bin/host/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= host
|
||||
MAN1= host.1
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -67,7 +67,7 @@ char copyright[] =
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: host.c,v 4.9.1.13 1994/07/19 22:51:24 vixie Exp $";
|
||||
static char rcsid[] = "$Id: host.c,v 1.1.1.1 1994/09/22 21:34:21 pst Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -83,7 +83,7 @@ static char rcsid[] = "$Id: host.c,v 4.9.1.13 1994/07/19 22:51:24 vixie Exp $";
|
||||
#include <resolv.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "../conf/portability.h"
|
||||
#include <string.h>
|
||||
|
||||
extern int h_errno;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user