ANSI-ify a few straggler K&R-style function definitions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: da71f98efba9aed493a178aa29f25dbca7407eaf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-05-19T00:16:50Z
Releases: 12.0
ANSI-ify a few straggler K&R-style function definitions.

We still had a couple of these left in ancient src/port/ files.
Convert them to modern style in preparation for switching to
a version of pg_bsd_indent that doesn't cope well with K&R style.

Discussion: https://postgr.es/m/16886.1558104483@sss.pgh.pa.us

Files

PathChange+/−
src/port/crypt.c modified +12 −33
src/port/isinf.c modified +6 −2

Discussion