From owner-freebsd-hackers Fri Feb 14 16:36:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA15512 for hackers-outgoing; Fri, 14 Feb 1997 16:36:29 -0800 (PST) Received: from odin.visigenic.com (odin.visigenic.com [204.179.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA15505 for ; Fri, 14 Feb 1997 16:36:26 -0800 (PST) Received: from VSI48 (vsi48.visigenic.com [206.64.15.185]) by odin.visigenic.com (Netscape Mail Server v2.02) with SMTP id AAA3804; Fri, 14 Feb 1997 16:33:40 -0800 Message-Id: <3.0.32.19970214163630.0090cd60@visigenic.com> X-Sender: toneil@visigenic.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 14 Feb 1997 16:36:32 -0800 To: Giles Lean From: "Tim Oneil" Subject: Re: NULL as ((void*)0) (was Re: strlen() question) Cc: hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 10:17 AM 2/15/97 +1100, you wrote: >On Fri, 14 Feb 1997 17:36:53 +0100 Eivind Eklund wrote: > >> I hereby propose changing the default declaration of NULL under FreeBSD from >> #define NULL 0 >> to >> #define NULL ((void*)0) > >This is more of a kludge than a good idea, and I offer the following >sage advice that I filed away many years ago. [wisdom snip'd] Giles; Excellent little bit of advice-like prose. I will indeed file this one. Thanks. -Tim