]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r303889:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Sep 2016 15:12:55 +0000 (15:12 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Sep 2016 15:12:55 +0000 (15:12 +0000)
commit223a1b1905bb360f3799c88fcc76d14b374aa5b3
treefd6b729a3645fa459b0dfea4f1ab013b1345a7aa
parentdd210b7ff790f3782ae87fb7d7212676b64230a6
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@305617 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/rpc/svc_vc.c