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

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

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

Modified: stable/10/contrib/bsnmp/snmp_mibII/mibII_begemot.c
==============================================================================
--- stable/10/contrib/bsnmp/snmp_mibII/mibII_begemot.c  Mon Jan  9 01:11:42 
2017        (r311724)
+++ stable/10/contrib/bsnmp/snmp_mibII/mibII_begemot.c  Mon Jan  9 01:12:32 
2017        (r311725)
@@ -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) {
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to