Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/tcpdump define LBL_ALIGN, to avoid unaligned access...
details: https://anonhg.NetBSD.org/src/rev/648c7405dfbd
branches: trunk
changeset: 516373:648c7405dfbd
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Oct 22 09:24:27 2001 +0000
description:
define LBL_ALIGN, to avoid unaligned access on align-picky arch.
suggested by Manuel Bouyer
diffstat:
usr.sbin/tcpdump/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 628f861f1332 -r 648c7405dfbd usr.sbin/tcpdump/Makefile
--- a/usr.sbin/tcpdump/Makefile Mon Oct 22 08:21:32 2001 +0000
+++ b/usr.sbin/tcpdump/Makefile Mon Oct 22 09:24:27 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/06/25 19:41:19 itojun Exp $
+# $NetBSD: Makefile,v 1.24 2001/10/22 09:24:27 itojun Exp $
.include <bsd.own.mk>
@@ -52,7 +52,7 @@
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRLCAT=1 \
-DHAVE_STRLCPY=1 -DHAVE_VFPRINTF=1 -DHAVE_VSNPRINTF=1 \
-DHAVE_CAST_H=1 -DHAVE_FCNTL_H=1 -DHAVE_NETINET_IF_ETHER_H=1 \
- -DHAVE_RPC_RPCENT_H=1 -DHAVE___ATTRIBUTE__=1
+ -DHAVE_RPC_RPCENT_H=1 -DHAVE___ATTRIBUTE__=1 -DLBL_ALIGN=1
.if (${MKCRYPTO} != "no")
CPPFLAGS+=-DHAVE_LIBCRYPTO=1
Home |
Main Index |
Thread Index |
Old Index