]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r303889:
authorpfg <pfg@FreeBSD.org>
Thu, 8 Sep 2016 15:12:55 +0000 (15:12 +0000)
committerpfg <pfg@FreeBSD.org>
Thu, 8 Sep 2016 15:12:55 +0000 (15:12 +0000)
commit87eef91d299e2e52033532ece80c8acec27302e7
treefd6b729a3645fa459b0dfea4f1ab013b1345a7aa
parent1061080342f93763ed70aed2cee2f26549de6a07
MFC r303889:
libc/rpc: replace comma with semicolon when pertinent.

Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statement separator but this shouldn't be abused when
statements are meant to be standalone.
lib/libc/rpc/svc_vc.c