From owner-freebsd-hackers Mon May 5 04:19:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA18894 for hackers-outgoing; Mon, 5 May 1997 04:19:08 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA18889 for ; Mon, 5 May 1997 04:19:06 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id EAA15031; Mon, 5 May 1997 04:19:30 -0700 (PDT) To: Nadav Eiron cc: hackers@FreeBSD.ORG Subject: Re: /usr/include/ftpio.h is not C++ safe In-reply-to: Your message of "Sun, 04 May 1997 18:19:32 +0300." Date: Mon, 05 May 1997 04:19:29 -0700 Message-ID: <15025.862831169@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Well, here is the diff for the changes (it should also make it compile > under K&R). The diff is against 2.1.7, but it's the same for 2.2.1 > (sorry, I don't run -current here). > > comments? Bleah. :-) 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. I'll commit the include and the __BEGIN_DECLS and __END_DECLS components, however. Thanks! Jordan