From owner-freebsd-questions Tue Sep 12 19:54:28 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28931 for questions-outgoing; Tue, 12 Sep 1995 19:54:28 -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 TAA28917 for ; Tue, 12 Sep 1995 19:54:23 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA18840; Wed, 13 Sep 1995 12:45:08 +1000 Date: Wed, 13 Sep 1995 12:45:08 +1000 From: Bruce Evans Message-Id: <199509130245.MAA18840@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: cvs commit: src/sys/kern vnode_if.sh Cc: julian@ref.tfs.com, questions@freebsd.org Sender: questions-owner@freebsd.org Precedence: bulk >Is a new vnode_if.sh making ANSIfied vnode_if.h?!? No, but the old one more or less assmumes gcc (it would give about 50 static NOTinline VOP functions if inline doesn't work). Bruce