| 303c0aad | 31-Jan-2020 |
Dimitry Andric <[email protected]> |
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,
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
show more ...
|
| 9a807080 | 21-Jun-2019 |
Shteryana Shopova <[email protected]> |
No need for each bsnmpd(1) module to open connection to syslog
bsnmpd(1) main does that early on init and the connection is available to all loaded modules
Event: Vienna Hackathon 2019 PR: 233431
No need for each bsnmpd(1) module to open connection to syslog
bsnmpd(1) main does that early on init and the connection is available to all loaded modules
Event: Vienna Hackathon 2019 PR: 233431 , 221487 MFC after: 2 weeks
show more ...
|
| 489b7fc0 | 17-Jan-2017 |
Enji Cooper <[email protected]> |
Add smilint target to subdir targets so "make smilint" here will run the smilint target in subdirs
While here, convert a path that's .CURDIR relative to SRCTOP
MFC after: 1 week Sponsored by: Dell
Add smilint target to subdir targets so "make smilint" here will run the smilint target in subdirs
While here, convert a path that's .CURDIR relative to SRCTOP
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|