Author: rodrigc Date: Sun Sep 20 20:52:13 2015 New Revision: 288040 URL: https://svnweb.freebsd.org/changeset/base/288040
Log: Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. Modified: head/lib/libc/xdr/xdr_float.c Modified: head/lib/libc/xdr/xdr_float.c ============================================================================== --- head/lib/libc/xdr/xdr_float.c Sun Sep 20 20:51:52 2015 (r288039) +++ head/lib/libc/xdr/xdr_float.c Sun Sep 20 20:52:13 2015 (r288040) @@ -102,9 +102,7 @@ static struct sgl_limits { #endif /* vax */ bool_t -xdr_float(xdrs, fp) - XDR *xdrs; - float *fp; +xdr_float(XDR *xdrs, float *fp) { #ifndef IEEEFP struct ieee_single is; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"