History log of /freebsd-10-stable/contrib/ngatm/snmp_atm/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
311937 11-Jan-2017 dim

MFC r311649:

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.

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


208483 24-May-2010 uqs

mdoc: consistently spell our email addresses <foo@FreeBSD.org>

Reviewed by: ru
Approved by: harti


146612 25-May-2005 harti

This commit was generated by cvs2svn to compensate for changes in r146611,
which included commits to RCS files with non-trunk default branches.


146533 23-May-2005 harti

This commit was generated by cvs2svn to compensate for changes in r146532,
which included commits to RCS files with non-trunk default branches.


133489 11-Aug-2004 harti

This commit was generated by cvs2svn to compensate for changes in r133488,
which included commits to RCS files with non-trunk default branches.