]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFstable/10 r301619:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2016 13:50:48 +0000 (13:50 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2016 13:50:48 +0000 (13:50 +0000)
commit49a8c0aea7ef0cb4a98cd78232131babc59eef57
tree3195accddadb75d364df1a8f851fd26ff3ec71d1
parent4dddc4384ccfb9b32ae77dd1c02d5036fe77658a
MFstable/10 r301619:

MFC r300430:

Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on each line

As a positive side-effect, this eliminates the double semicolons reported by Coverity:
the macro contained a trailing semicolon, in addition to the semicolon placed on
each line where EXPAND(..) was called.

CID: 1194269

git-svn-id: svn://svn.freebsd.org/base/stable/9@301620 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/rpc.yppasswdd/yppasswdd_server.c