From owner-freebsd-questions Wed Sep 13 01:24:27 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA12555 for questions-outgoing; Wed, 13 Sep 1995 01:24:27 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA12548 for ; Wed, 13 Sep 1995 01:24:18 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA30687; Wed, 13 Sep 1995 18:21:08 +1000 Date: Wed, 13 Sep 1995 18:21:08 +1000 From: Bruce Evans Message-Id: <199509130821.SAA30687@godzilla.zeta.org.au> To: julian@ref.tfs.com, terry@lambert.org Subject: Re: cvs commit: src/sys/kern vnode_if.sh Cc: bde@zeta.org.au, questions@freebsd.org Sender: questions-owner@freebsd.org Precedence: bulk >> > 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. Old-style function definitions are Standard although "obsolescent". When do you think they will be nonStandard? Bruce