CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/04/16 07:55:49
Modified files:
net/sipsak : Makefile
Added files:
net/sipsak/patches: patch-transport_c
Log message:
Fix bug found by clang.
transport.c:206:23: warning: use of logical '&&' with constant operand
[-Wconstant-logical-operand]
if (sockerr.revents && POLLERR) {
^ ~~~~~~~
transport.c:206:23: note: use '&' for a bitwise operation
