freebsd-dev/usr.sbin/bsnmpd/modules
Dimitry Andric 303c0aad7d Fix the following -Werror warning from clang 10.0.0 in bsnmpd:
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1661:4: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
                        return (-1);
                        ^
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1658:5: note: previous statement is here
                } else
                  ^

The intent was to group the return statement with the previous syslog()
call.

MFC after:	3 days
2020-01-31 18:09:27 +00:00
..
snmp_bridge Fix the following -Werror warning from clang 10.0.0 in bsnmpd: 2020-01-29 21:40:35 +00:00
snmp_hast Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_hostres snmp_hostres(3): fix a typo in sanity checks in handle_chunk() 2019-02-18 03:23:10 +00:00
snmp_lm75 No need for each bsnmpd(1) module to open connection to syslog 2019-06-21 07:45:58 +00:00
snmp_mibII Update Makefile.depend files 2019-12-11 17:37:53 +00:00
snmp_netgraph Update Makefile.depend files 2019-12-11 17:37:53 +00:00
snmp_pf Fix the following -Werror warning from clang 10.0.0 in bsnmpd: 2020-01-31 18:09:27 +00:00
snmp_target Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_usm Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_vacm Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_wlan Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
Makefile Remove the NATM framework including the en(4), fatm(4), hatm(4), and 2017-04-24 21:21:49 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
Makefile.inc Add a bsnmp package 2015-03-18 13:01:09 +00:00