From owner-cvs-all Fri Jul 24 10:12:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17002 for cvs-all-outgoing; Fri, 24 Jul 1998 10:12:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA16837 for ; Fri, 24 Jul 1998 10:12:13 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yzlNG-0006zi-00; Fri, 24 Jul 1998 11:11:18 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id LAA17247; Fri, 24 Jul 1998 11:13:37 -0600 (MDT) Message-Id: <199807241713.LAA17247@harmony.village.org> To: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c Cc: Bruce Evans , cvs-committers@FreeBSD.ORG In-reply-to: Your message of "Fri, 24 Jul 1998 11:34:46 +0400." <19980724113446.A18828@nagual.pp.ru> References: <19980724113446.A18828@nagual.pp.ru> <199807240729.RAA14650@godzilla.zeta.org.au> Date: Fri, 24 Jul 1998 11:13:36 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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