From owner-cvs-sys Mon Feb 20 15:58:14 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA00953 for cvs-sys-outgoing; Mon, 20 Feb 1995 15:58:14 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA00931; Mon, 20 Feb 1995 15:58:11 -0800 Date: Mon, 20 Feb 1995 15:58:11 -0800 From: David Greenman Message-Id: <199502202358.PAA00931@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_extern.h vm_user.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/02/20 15:58:11 Modified: sys/vm vm_extern.h vm_user.c Log: Removed vm_allocate(), vm_deallocate(), and vm_protect() functions. The only function remaining in this file is vm_allocate_with_pager(), and this will be going RSN. The file will be removed when this happens.