Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 00:06:58 -0700
From:      Alfred Perlstein <bright@mu.org>
To:        "J. Mallett" <jmallett@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c
Message-ID:  <20020517070658.GH20683@elvis.mu.org>
In-Reply-To: <200205170527.g4H5Rra32389@freefall.freebsd.org>
References:  <200205170527.g4H5Rra32389@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* J. Mallett <jmallett@FreeBSD.org> [020516 22:27] wrote:
> 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.

from style(9):

     Casts and sizeof's are not followed by a space.  Note that indent(1) does
     not understand this rule.

-Alfred

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?20020517070658.GH20683>