From 08235f2408648c392dd69f7f8879b212b2ae5b37 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 6 Jan 2017 07:57:45 +0000 Subject: [PATCH] Remove unnecessary __unused attribute attached to `ctx` in op_begemot_mibII(..) MFC after: 3 days --- contrib/bsnmp/snmp_mibII/mibII_begemot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bsnmp/snmp_mibII/mibII_begemot.c b/contrib/bsnmp/snmp_mibII/mibII_begemot.c index 6937e4c778bc..3ea14996c1c6 100644 --- a/contrib/bsnmp/snmp_mibII/mibII_begemot.c +++ b/contrib/bsnmp/snmp_mibII/mibII_begemot.c @@ -37,7 +37,7 @@ * Scalars */ int -op_begemot_mibII(struct snmp_context *ctx __unused, struct snmp_value *value, +op_begemot_mibII(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) { switch (op) {