Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 May 1997 04:19:29 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Nadav Eiron <nadav@barcode.co.il>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: /usr/include/ftpio.h is not C++ safe 
Message-ID:  <15025.862831169@time.cdrom.com>
In-Reply-To: Your message of "Sun, 04 May 1997 18:19:32 %2B0300." <Pine.BSF.3.91.970504174746.26341A-200000@gatekeeper.barcode.co.il> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <sys/cdefs.h> include and the __BEGIN_DECLS and
__END_DECLS components, however.

Thanks!

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15025.862831169>