From owner-cvs-all Fri Jul 24 01:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11178 for cvs-all-outgoing; Fri, 24 Jul 1998 01:00:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11092 for ; Fri, 24 Jul 1998 01:00:00 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id JAA26603; Fri, 24 Jul 1998 09:59:28 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 24 Jul 1998 09:59:28 +0200 (MET DST) Mime-Version: 1.0 To: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Cc: Bruce Evans , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c References: <199807240729.RAA14650@godzilla.zeta.org.au> <19980724113446.A18828@nagual.pp.ru> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 24 Jul 1998 09:59:27 +0200 In-Reply-To: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?='s message of "Fri, 24 Jul 1998 11:34:46 +0400" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB11123 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk =?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. The ANSI C standard specifies that 0 in a pointer context is translated to a NULL pointer, which may or may not be all-bits-zero. IANAL; if you want, Eivind and others can explain this in better detail. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message