summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1998-10-02 21:56:30 +0000
committerfenner <fenner@FreeBSD.org>1998-10-02 21:56:30 +0000
commit0413b9eb7f670cf94fedd70794412d21088b8dba (patch)
tree7f93c2291bbedb691aed5223feeb9d2db71a7a47 /usr.sbin/tcpdump
parent2ec620105a191f68ec38a0f0bec9c34837d24f98 (diff)
downloadFreeBSD-src-0413b9eb7f670cf94fedd70794412d21088b8dba.zip
FreeBSD-src-0413b9eb7f670cf94fedd70794412d21088b8dba.tar.gz
Fix CFLAGS: s/ETHER_NTOA/ETHER_NTOHOST/
PR: bin/8130 Submitted by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud