summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-03-09 16:32:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-03-09 16:32:20 +0000
commit18ec654307e3e7a88fed3b4dfe8db39941233284 (patch)
treecdbff283a77ce1638eac7e9911b20506db82efbd /sys
parente9e6f3531d8fda314bec0215719c4cd5f7b9c364 (diff)
remove __vax__
Diffstat (limited to 'sys')
-rw-r--r--sys/net/bpf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index 0be8dab461e..9166c92e36a 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.h,v 1.49 2015/06/16 11:09:39 mpi Exp $ */
+/* $OpenBSD: bpf.h,v 1.50 2016/03/09 16:32:19 deraadt Exp $ */
/* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */
/*
@@ -154,7 +154,7 @@ struct bpf_hdr {
#ifdef _KERNEL
#if defined(__arm__) || defined(__i386__) || defined(__m68k__) || \
defined(__mips__) || defined(__ns32k__) || defined(__sparc__) || \
- defined(__sparc64__) || defined(__vax__)
+ defined(__sparc64__)
#define SIZEOF_BPF_HDR 18
#else
#define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)