git: 1842178ad311 - main - xdr: ansify
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 18:37:43 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=1842178ad311267b9c81aaeead9c7b5f2724f8c5 commit 1842178ad311267b9c81aaeead9c7b5f2724f8c5 Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2023-02-13 18:37:31 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2023-02-13 18:37:31 +0000 xdr: ansify Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/xdr/xdr_mbuf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/xdr/xdr_mbuf.c b/sys/xdr/xdr_mbuf.c index 0cd0b639da68..1f61e7613434 100644 --- a/sys/xdr/xdr_mbuf.c +++ b/sys/xdr/xdr_mbuf.c @@ -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);