freebsd-src/usr.sbin/bsnmpd
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
..
bsnmpd Update Makefile.depend files 2019-12-11 17:37:53 +00:00
gensnmptree DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
modules Fix the following -Werror warning from clang 10.0.0 in bsnmpd: 2020-01-31 18:09:27 +00:00
tools DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
Makefile
Makefile.inc Add a bsnmp package 2015-03-18 13:01:09 +00:00