From f12a489cee5a54cb6cf0a460f3425530d456b60d Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 5 Oct 1995 01:11:48 +0000 Subject: Fix pollution of application namespace by declarations of kernel functions. The application header includes which includes ... vm.h: Don't include . It is already included by in the kernel and isn't designed to be included by applications (the 2.1 version causes a syntax error in C++ and the current version has initializers that are invalid in strict C++). lock.h: Only declare kernel functions if KERNEL is defined. --- sys/vm/vm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/vm/vm.h') diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 9b26841..5e90be6 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm.h 8.2 (Berkeley) 12/13/93 - * $Id: vm.h,v 1.4 1995/01/09 16:05:37 davidg Exp $ + * $Id: vm.h,v 1.5 1995/07/13 08:48:18 davidg Exp $ */ #ifndef VM_H @@ -56,7 +56,6 @@ typedef struct vm_page *vm_page_t; #include #include -#include #include #include #include -- cgit v1.1