From owner-freebsd-hackers Mon May 5 20:08:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA10031 for hackers-outgoing; Mon, 5 May 1997 20:08:54 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA10026 for ; Mon, 5 May 1997 20:08:51 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id DAA08052; Tue, 6 May 1997 03:08:13 GMT Date: Tue, 6 May 1997 12:08:13 +0900 (JST) From: Michael Hancock To: "Jordan K. Hubbard" cc: Terry Lambert , Bruce Evans , nadav@barcode.co.il, hackers@FreeBSD.ORG Subject: Re: /usr/include/ftpio.h is not C++ safe In-Reply-To: <7735.862867196@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 May 1997, Jordan K. Hubbard wrote: > I hate __P() and will fight a guerilla war against it if I have to. So do I. I'd do it in straight ANSI first and then if there's an uproar of people who can provide details of their K&R applications that require __P() then you can begrudgingly add it later. Mike