From owner-freebsd-current@FreeBSD.ORG Fri Oct 1 11:35:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4601216A4CE for ; Fri, 1 Oct 2004 11:35:02 +0000 (GMT) Received: from mail10.syd.optusnet.com.au (mail10.syd.optusnet.com.au [211.29.132.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C2CD43D64 for ; Fri, 1 Oct 2004 11:35:01 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i91BZ0Vg007075 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Oct 2004 21:35:00 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i91BYxxP018116; Fri, 1 Oct 2004 21:34:59 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i91BYxib018115; Fri, 1 Oct 2004 21:34:59 +1000 (EST) (envelope-from pjeremy) Date: Fri, 1 Oct 2004 21:34:59 +1000 From: Peter Jeremy To: Thomas Dickey Message-ID: <20041001113459.GI83620@cirb503493.alcatel.com.au> References: <20040929030546.GE16305@electra.cse.Buffalo.EDU> <20040929092710.GA59303@cat.robbins.dropbear.id.au> <20040929123100.GA600@electra.cse.Buffalo.EDU> <20040929135217.GA16594@saltmine.radix.net> <20040929164422.GA9262@xor.obsecurity.org> <20040929171619.GC26065@saltmine.radix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040929171619.GC26065@saltmine.radix.net> User-Agent: Mutt/1.4.2i cc: freebsd-current@freebsd.org Subject: Re: HEADS-UP: Library version number bumps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 11:35:02 -0000 On Wed, 2004-Sep-29 13:16:19 -0400, Thomas Dickey wrote: >_nc_tracebits is a variable, not a function. You can't "call" it. [Ignoring the specific issue since Thomas now agrees that _nc_tracebits is a function, not a variable]. You _can_ call a variable. It's just frowned upon. For an example, see http://www.ioccc.org/1984/mullender.c -- Peter Jeremy