From owner-freebsd-hackers Mon May 5 13:10:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA16271 for hackers-outgoing; Mon, 5 May 1997 13:10:47 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16263 for ; Mon, 5 May 1997 13:10:44 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id GAA09324; Tue, 6 May 1997 06:09:16 +1000 Date: Tue, 6 May 1997 06:09:16 +1000 From: Bruce Evans Message-Id: <199705052009.GAA09324@godzilla.zeta.org.au> To: jkh@time.cdrom.com, nadav@barcode.co.il Subject: Re: /usr/include/ftpio.h is not C++ safe Cc: hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Don't pollute new code with the __P() gunge. It just makes it harder >to read and there are no compilers we need to use which do not accept >full ANSI prototypes. Headers in /usr/include should support K&R since they may be used with old code. Bruce