svn commit: r311726 - stable/11/contrib/bsnmp/snmp_mibII

Ngie Cooper ngie at FreeBSD.org
Mon Jan 9 01:12:36 UTC 2017


Author: ngie
Date: Mon Jan  9 01:12:34 2017
New Revision: 311726
URL: https://svnweb.freebsd.org/changeset/base/311726

Log:
  MFC r311505:
  
  Remove unnecessary __unused attribute attached to `ctx` in op_begemot_mibII(..)

Modified:
  stable/11/contrib/bsnmp/snmp_mibII/mibII_begemot.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/bsnmp/snmp_mibII/mibII_begemot.c
==============================================================================
--- stable/11/contrib/bsnmp/snmp_mibII/mibII_begemot.c	Mon Jan  9 01:12:32 2017	(r311725)
+++ stable/11/contrib/bsnmp/snmp_mibII/mibII_begemot.c	Mon Jan  9 01:12:34 2017	(r311726)
@@ -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) {


More information about the svn-src-all mailing list