From owner-cvs-sys Sun Mar 12 04:42:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA15183 for cvs-sys-outgoing; Sun, 12 Mar 1995 04:42:02 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA15173; Sun, 12 Mar 1995 04:42:01 -0800 Date: Sun, 12 Mar 1995 04:42:01 -0800 From: Bruce Evans Message-Id: <199503121242.EAA15173@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_object.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/03/12 04:42:01 Modified: sys/vm vm_object.h Log: Move a kernel inline function inside `#ifdef KERNEL' so that including doesn't cause warnings about nonexistent functions called by the inline function. Clean up the formatting of the function.