summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorakoshibe <akoshibe@cvs.openbsd.org>2019-11-21 06:54:26 +0000
committerakoshibe <akoshibe@cvs.openbsd.org>2019-11-21 06:54:26 +0000
commit92f9a154b30287f8ee16c44211478aafdf6cd789 (patch)
treedd5bf0e3d93040b4723026055f4cc04d83a86582 /sys/net
parenta815249385b574fa326be3269272e0ed04c42a2e (diff)
Remove duplicate #define OFP_ALIGNMENT
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/switchofp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/switchofp.c b/sys/net/switchofp.c
index 15cb3956377..43ac9f2f03f 100644
--- a/sys/net/switchofp.c
+++ b/sys/net/switchofp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: switchofp.c,v 1.73 2019/05/10 15:13:38 akoshibe Exp $ */
+/* $OpenBSD: switchofp.c,v 1.74 2019/11/21 06:54:25 akoshibe Exp $ */
/*
* Copyright (c) 2016 Kazuya GODA <goda@openbsd.org>
@@ -449,7 +449,6 @@ int swofp_mp_recv_port_stats(struct switch_softc *, struct mbuf *);
int swofp_mp_recv_port_desc(struct switch_softc *, struct mbuf *);
int swofp_mp_recv_group_desc(struct switch_softc *, struct mbuf *);
-#define OFP_ALIGNMENT 8
/*
* OXM (OpenFlow Extensible Match) structures appear in ofp_match structure
* and ofp_instruction_{apply|write}_action structure.