Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 1996 09:46:43 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) <ache@nagual.ru>
Cc:        bde@zeta.org.au (Bruce Evans), current@freebsd.org (FreeBSD-current)
Subject:   Re: 'howmany' cruft
Message-ID:  <199610031546.JAA14548@rocky.mt.sri.com>
In-Reply-To: <199610031523.TAA00926@nagual.ru>
References:  <199610031523.TAA00926@nagual.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
KOI8-R writes:
> What I find in
> sys/types.h:
> #ifndef howmany
> #define	howmany(x, y)	(((x) + ((y) - 1)) / (y))
> #endif
> I find it because netpbm redifines it and gcc produce warning on this place.
> It looks very suspicious for me (I mean ANSI namespace violation).
> Do we really need it? Can we rename it to _howmany at least?

Please!


Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610031546.JAA14548>