Module Name: src
Committed By: jakllsch
Date: Sat Jan 29 23:19:54 UTC 2011
Modified Files:
src/external/bsd/tcpdump/include: config.h
Log Message:
Re-add LBL_ALIGN define we used to have pre-src/external.
Fixes a tcpdump SIGBUS on ARM.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tcpdump/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tcpdump/include/config.h
diff -u src/external/bsd/tcpdump/include/config.h:1.2 src/external/bsd/tcpdump/include/config.h:1.3
--- src/external/bsd/tcpdump/include/config.h:1.2 Sun Dec 5 05:13:45 2010
+++ src/external/bsd/tcpdump/include/config.h Sat Jan 29 23:19:54 2011
@@ -257,7 +257,7 @@
#define HAVE___ATTRIBUTE__ 1
/* if unaligned access fails */
-/* #undef LBL_ALIGN */
+#define LBL_ALIGN 1
/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
/* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */