summaryrefslogtreecommitdiff
path: root/bpf
diff options
context:
space:
mode:
authorguy <guy>2003-03-22 07:24:49 +0000
committerguy <guy>2003-03-22 07:24:49 +0000
commitdc0242b509a65728336a70df823bc4b401cde001 (patch)
treeacc306a36284128fbc90a77d6dd7fb5a8359d471 /bpf
parentdfa68b1635c29ea7402b6143fd261bd3cffa3cb2 (diff)
downloadlibpcap-dc0242b509a65728336a70df823bc4b401cde001.tar.gz
Note that if this is ever compiled on a SuperH platform where LBL_ALIGN
is not defined by the configure or build procedure, e.g. building for WinCE SuperH, this probably won't work, as it'll assume unaligned accesses are OK.
Diffstat (limited to 'bpf')
-rw-r--r--bpf/net/bpf_filter.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpf/net/bpf_filter.c b/bpf/net/bpf_filter.c
index 76b7a385..768db6fe 100644
--- a/bpf/net/bpf_filter.c
+++ b/bpf/net/bpf_filter.c
@@ -40,7 +40,7 @@
#if !(defined(lint) || defined(KERNEL) || defined(_KERNEL))
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/bpf/net/bpf_filter.c,v 1.42 2003-02-23 00:22:00 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/bpf/net/bpf_filter.c,v 1.43 2003-03-22 07:24:49 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -84,6 +84,8 @@ static const char rcsid[] =
/*
* XXX - IA-64? If not, this probably won't work on Win64 IA-64
* systems, unless LBL_ALIGN is defined elsewhere for them.
+ * XXX - SuperH? If not, this probably won't work on WinCE SuperH
+ * systems, unless LBL_ALIGN is defined elsewhere for them.
*/
#if defined(sparc) || defined(__sparc__) || defined(mips) || \
defined(ibm032) || defined(__alpha) || defined(__hpux) || \