Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jun 2001 15:13:34 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        Mike Barcroft <mike@q9media.com>
Cc:        freebsd-arch@FreeBSD.ORG, Mike Heffner <mheffner@vt.edu>
Subject:   Re: Removing __P() (was Re: whois(1) patch) 
Message-ID:  <200106012113.f51LDYE05212@harmony.village.org>
In-Reply-To: Your message of "Fri, 01 Jun 2001 17:08:30 EDT." <B73D7C8E.BF2%mike@q9media.com> 
References:  <B73D7C8E.BF2%mike@q9media.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <B73D7C8E.BF2%mike@q9media.com> Mike Barcroft writes:
: Does anyone have any objections to removing __P() and converting prototypes
: to ANSI C, as part of binary cleaning up/auditing?

So long as it is only on the binaries and not the header
(/usr/include) files.

Make sure that you convert

int foo __P((xxx))

to

int foo(xxx)

(Note no space).

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




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