Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 1998 11:13:36 -0600
From:      Warner Losh <imp@village.org>
To:        =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru>
Cc:        Bruce Evans <bde@zeta.org.au>, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/inetd inetd.c 
Message-ID:  <199807241713.LAA17247@harmony.village.org>
In-Reply-To: Your message of "Fri, 24 Jul 1998 11:34:46 %2B0400." <19980724113446.A18828@nagual.pp.ru> 
References:  <19980724113446.A18828@nagual.pp.ru>  <199807240729.RAA14650@godzilla.zeta.org.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <19980724113446.A18828@nagual.pp.ru> =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= writes:
: NULL can be not equal to 0. It seems proper way to keep K&R will be 
: (struct timezone *)NULL but it is superfluous.

No it can't.  Well, the represenation of a NULL pointer can have bits
set in it, but the integer constant 0 is a NULL pointer, by language
definition.

Warner

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?199807241713.LAA17247>