xdr: ansify

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-02-13 18:37:31 +00:00
parent 85d4483d5e
commit 1842178ad3
1 changed files with 1 additions and 3 deletions

View File

@ -158,9 +158,7 @@ xdrmbuf_getlong(XDR *xdrs, long *lp)
}
static bool_t
xdrmbuf_putlong(xdrs, lp)
XDR *xdrs;
const long *lp;
xdrmbuf_putlong(XDR *xdrs, const long *lp)
{
int32_t *p;
int32_t t = htonl(*lp);