mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
This commit is contained in:
parent
85cef63214
commit
107909b888
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288040
@ -102,9 +102,7 @@ static struct sgl_limits {
|
|||||||
#endif /* vax */
|
#endif /* vax */
|
||||||
|
|
||||||
bool_t
|
bool_t
|
||||||
xdr_float(xdrs, fp)
|
xdr_float(XDR *xdrs, float *fp)
|
||||||
XDR *xdrs;
|
|
||||||
float *fp;
|
|
||||||
{
|
{
|
||||||
#ifndef IEEEFP
|
#ifndef IEEEFP
|
||||||
struct ieee_single is;
|
struct ieee_single is;
|
||||||
|
Loading…
Reference in New Issue
Block a user