]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r300430:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2016 13:49:59 +0000 (13:49 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2016 13:49:59 +0000 (13:49 +0000)
commit7c52b0c909b29ed76f4001a9fbfdb3f0fc7cddec
tree7d80465b165dd4774b0923e9fb60ec46d2316eb3
parent7019ec27a9d17e6a66a0d01ae221cdef21e798be
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/10@301619 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/rpc.yppasswdd/yppasswdd_server.c