Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2002 19:21:41 +0000 (GMT)
From:      Mike Silbersack <silby@silby.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/kern uipc_socket2.c
Message-ID:  <20020109191828.O3653-100000@patrocles.silby.com>
In-Reply-To: <20020110115017.D10376-100000@gamplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 10 Jan 2002, Bruce Evans wrote:

> On Wed, 9 Jan 2002, Mike Silbersack wrote:
>
> > Ah, I can see the potential problems with signedness.  As for the
> > evaluation of arguments; wouldn't the inline min functions in libkern.h do
> > the same?
>
> No, because inline functions have function semantics.  Functions don't
> reevaluate their args.
>
> Bruce

Ah, I see now.  Well, I'll be more careful with correct min() usage in the
future.  Thanks for the information.

Mike "Silby" Silbersack


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?20020109191828.O3653-100000>