From owner-freebsd-arch Fri Jun 1 14:13:52 2001 Delivered-To: freebsd-arch@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 671E637B422 for ; Fri, 1 Jun 2001 14:13:50 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f51LDYE05212; Fri, 1 Jun 2001 15:13:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106012113.f51LDYE05212@harmony.village.org> To: Mike Barcroft Subject: Re: Removing __P() (was Re: whois(1) patch) Cc: freebsd-arch@FreeBSD.ORG, Mike Heffner In-reply-to: Your message of "Fri, 01 Jun 2001 17:08:30 EDT." References: Date: Fri, 01 Jun 2001 15:13:34 -0600 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message 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