Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 01:12:34 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r311726 - stable/11/contrib/bsnmp/snmp_mibII
Message-ID:  <201701090112.v091CYpv089538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701090112.v091CYpv089538>