summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_802_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_802_3.c')
-rw-r--r--extensions/ebt_802_3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_802_3.c b/extensions/ebt_802_3.c
index dd22eb2..4584849 100644
--- a/extensions/ebt_802_3.c
+++ b/extensions/ebt_802_3.c
@@ -17,7 +17,7 @@
#define _802_3_SAP '1'
#define _802_3_TYPE '2'
-static struct option opts[] =
+static const struct option opts[] =
{
{ "802_3-sap" , required_argument, 0, _802_3_SAP },
{ "802_3-type" , required_argument, 0, _802_3_TYPE },