Date: Thu, 16 May 2002 22:27:53 -0700 (PDT) From: "J. Mallett" <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c Message-ID: <200205170527.g4H5Rra32389@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/05/16 22:27:53 PDT
Modified files:
usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c
rpcbind.c
Log:
Stop this program's abuse of malloc(3). Its return value doesn't need these
ugly explicit casts, and its argument doesn't need explicitly cast to u_int,
especially if sizeof() is being used.
Revision Changes Path
1.3 +2 -2 src/usr.sbin/rpcbind/check_bound.c
1.3 +2 -3 src/usr.sbin/rpcbind/rpcb_svc_4.c
1.6 +5 -7 src/usr.sbin/rpcbind/rpcb_svc_com.c
1.2 +8 -8 src/usr.sbin/rpcbind/rpcbind.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205170527.g4H5Rra32389>
