From owner-freebsd-commit Mon Sep 11 09:05:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25440 for freebsd-commit-outgoing; Mon, 11 Sep 1995 09:05:25 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25427 for cvs-all-outgoing; Mon, 11 Sep 1995 09:05:23 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25413 for cvs-sys-outgoing; Mon, 11 Sep 1995 09:05:22 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25403 ; Mon, 11 Sep 1995 09:05:18 -0700 Date: Mon, 11 Sep 1995 09:05:18 -0700 From: Bruce Evans Message-Id: <199509111605.JAA25403@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vnode_if.sh Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/09/11 09:05:17 Modified: sys/kern vnode_if.sh Log: Generate prototypes for VOP functions. I decided to keep the old-style definitions even though the functions are inline. If vnode_if.h was compiled by a non-ANSI compiler, then `inline' would be defined away, so vnode_if.h might compile correctly.