From 0413b9eb7f670cf94fedd70794412d21088b8dba Mon Sep 17 00:00:00 2001 From: fenner Date: Fri, 2 Oct 1998 21:56:30 +0000 Subject: Fix CFLAGS: s/ETHER_NTOA/ETHER_NTOHOST/ PR: bin/8130 Submitted by: Dan Nelson --- usr.sbin/tcpdump/tcpdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/tcpdump') diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 84b031c..253b7d1 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.18 1998/01/01 04:13:54 pst Exp $ +# $Id: Makefile,v 1.19 1998/09/15 19:47:58 fenner Exp $ PROG= tcpdump CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \ - -DHAVE_ETHER_NTOA=1 -DHAVE_SETLINEBUF=1 -DSTDC_HEADERS=1 \ + -DHAVE_ETHER_NTOHOST=1 -DHAVE_SETLINEBUF=1 -DSTDC_HEADERS=1 \ -DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SOCKADDR_SA_LEN=1 \ -DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI MAN1= tcpdump.1 -- cgit v1.1