From owner-freebsd-questions Tue Sep 12 15:10:39 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04252 for questions-outgoing; Tue, 12 Sep 1995 15:10:39 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA04242 for ; Tue, 12 Sep 1995 15:10:37 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA03548; Tue, 12 Sep 1995 15:08:47 -0700 From: Terry Lambert Message-Id: <199509122208.PAA03548@phaeton.artisoft.com> Subject: Re: cvs commit: src/sys/kern vnode_if.sh To: julian@ref.tfs.com (Julian Elischer) Date: Tue, 12 Sep 1995 15:08:47 -0700 (MST) Cc: terry@lambert.org, bde@zeta.org.au, questions@freebsd.org In-Reply-To: <199509122132.OAA00267@ref.tfs.com> from "Julian Elischer" at Sep 12, 95 02:32:25 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 601 Sender: questions-owner@freebsd.org Precedence: bulk > > > >is there a tool to de-ansify C? > > > >I seam to have heard of one but can't rememeber where.... > > > > > > There's unprotoize/protoize which are part of gcc. > > > > Is a new vnode_if.sh making ANSIfied vnode_if.h?!? > I hope so.. but actually no, it's just making ansi > prototypes and leaving the functions in pre-ansi style > (or so bruce's comments said) That's OK. ANSI prototypes are bracketed with __P()'s so it won't be a portability issue. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.