dim
4788d7d26d
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
uqs
e5ed83efa9
mdoc: consistently spell our email addresses <foo@FreeBSD.org>
...
Reviewed by: ru
Approved by: harti
2010-05-24 06:26:38 +00:00
harti
a1ef9ede50
This commit was generated by cvs2svn to compensate for changes in r156678,
...
which included commits to RCS files with non-trunk default branches.
2006-03-13 09:37:22 +00:00
harti
b63a2755b3
Vendor fix: small man fixes, fix type names u_int8_t -> uint8_t.
2006-03-13 09:37:22 +00:00
harti
ed95926eea
Apply vendor patch: include the header files from the canonical place.
...
Explained to me by: ru
2005-05-25 12:03:26 +00:00
harti
fc87e3a79a
This commit was generated by cvs2svn to compensate for changes in r146611,
...
which included commits to RCS files with non-trunk default branches.
2005-05-25 12:03:26 +00:00
harti
f75f62a8c5
Virgin import of NgATM user part 1.2
2005-05-23 12:22:12 +00:00
harti
4136c68b3e
This commit was generated by cvs2svn to compensate for changes in r146532,
...
which included commits to RCS files with non-trunk default branches.
2005-05-23 12:22:12 +00:00
trhodes
83a5defcf4
Place files back on the vendor branch.
...
Prodded by: ru
2004-09-29 06:22:38 +00:00
trhodes
6d729035d4
This commit was generated by cvs2svn to compensate for changes in r135923,
...
which included commits to RCS files with non-trunk default branches.
2004-09-29 06:22:38 +00:00
harti
d802e5fc35
Exclusion list for easier import.
2004-08-11 12:19:32 +00:00
harti
5ef136b4ee
Virgin import of NgATM user part 1.1
2004-08-11 12:17:54 +00:00
harti
8f0a731738
This commit was generated by cvs2svn to compensate for changes in r133488,
...
which included commits to RCS files with non-trunk default branches.
2004-08-11 12:17:54 +00:00
harti
8fe16f09eb
Virgin import of NgATM user part 1.0
2004-07-08 16:38:36 +00:00
harti
789553a78c
This commit was generated by cvs2svn to compensate for changes in r131823,
...
which included commits to RCS files with non-trunk default branches.
2004-07-08 16:38:36 +00:00
harti
4908ed7a46
Virgin import of signaling layer of NgATM (user part) 0.91
2003-11-07 09:00:58 +00:00
harti
a6feaf2011
This commit was generated by cvs2svn to compensate for changes in r122213,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 09:00:58 +00:00
harti
88077f483f
Virgin import of NgATM user part 0.91
2003-11-03 12:08:41 +00:00
harti
3959c97243
This commit was generated by cvs2svn to compensate for changes in r121947,
...
which included commits to RCS files with non-trunk default branches.
2003-11-03 12:08:41 +00:00
harti
bb2eea5d55
Virgin import of the NgATM SSCOP tool v0.9.
2003-10-29 10:26:38 +00:00
harti
dafee728ad
This commit was generated by cvs2svn to compensate for changes in r121663,
...
which included commits to RCS files with non-trunk default branches.
2003-10-29 10:26:38 +00:00
harti
dd3527a2d4
Some upgrade instructions.
2003-10-22 09:28:49 +00:00
harti
d079cc2511
Virgin import of the NgATM SAAL layer user part v0.9.
2003-10-22 08:09:00 +00:00