]> Zhao Yanbai Git Server - minix.git/commit
Some more NDEBUG fixes 06/2806/1
authorLionel Sambuc <lionel@minix3.org>
Tue, 2 Sep 2014 14:57:50 +0000 (16:57 +0200)
committerLionel Sambuc <lionel@minix3.org>
Tue, 2 Sep 2014 14:57:50 +0000 (16:57 +0200)
commit9d3fcac4cd94c99d6300bba3ab995f44571a4994
tree26d3d8f5a8f57d3179dca9fd481bf3955231904f
parent20a91f7755ccb876035f671d877a5065507dc887
Some more NDEBUG fixes

 - replace a stray assert(0) with abort()
 - remove unrequired copy-pasted #undef NDEBUG
 - replace some #if NDEBUG by #if DEBUG as they protect debug printf()s.

Change-Id: Iff4c0331b06e860d32d91ce6b1d6c765ed065c8b
minix/lib/libc/sys/recvfrom.c
minix/lib/libc/sys/recvmsg.c
minix/lib/libc/sys/sendmsg.c
minix/lib/libc/sys/sendto.c
minix/lib/libsys/asynsend.c