aboutsummaryrefslogtreecommitdiff
path: root/contrib/ngatm/snmp_atm
Commit message (Collapse)AuthorAgeFilesLines
* Fix the following clang 4.0.0 warning in ngatm's snmp_atm.c:Dimitry Andric2017-01-071-1/+1
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=311649
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-241-2/+2
| | | | | | | | Reviewed by: ru Approved by: harti Notes: svn path=/head/; revision=208483
* Apply vendor patch: include the header files from the canonical place.Hartmut Brandt2005-05-251-3/+3
| | | | | | | Explained to me by: ru Notes: svn path=/vendor/ngatm/dist/; revision=146611
* Virgin import of NgATM user part 1.2Hartmut Brandt2005-05-233-11/+13
| | | | Notes: svn path=/vendor/ngatm/dist/; revision=146532
* Virgin import of NgATM user part 1.1Hartmut Brandt2004-08-116-0/+1413
Notes: svn path=/vendor/ngatm/dist/; revision=133488