opnsense-src/contrib/ngatm
Dimitry Andric 00742f6ced Fix the following clang 4.0.0 warning in ngatm's snmp_atm.c:
contrib/ngatm/snmp_atm/snmp_atm.c:173:6: error: logical not is only
    applied to the left hand side of this bitwise operator
    [-Werror,-Wlogical-not-parentheses]
            if (!ifmr.ifm_status & IFM_AVALID) {
                ^                ~

Obviously, the masking needs to be done before the logical not
operation.  Add parentheses to make it so.

MFC after:      3 days
2017-01-07 15:57:12 +00:00
..
libngatm Virgin import of NgATM user part 1.1 2004-08-11 12:17:54 +00:00
man mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-24 06:26:38 +00:00
snmp_atm Fix the following clang 4.0.0 warning in ngatm's snmp_atm.c: 2017-01-07 15:57:12 +00:00
sscop mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-24 06:26:38 +00:00
FREEBSD-upgrade Some upgrade instructions. 2003-10-22 09:28:49 +00:00
FREEBSD-Xlist Exclusion list for easier import. 2004-08-11 12:19:32 +00:00