From 87bc5d1973e88bb4ec8579ab5aa4c381faaac238 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 8 Jun 1996 11:21:19 +0000 Subject: [PATCH] Removed unnecessary forward declarations of incomplete structs. --- sys/amd64/include/pmap.h | 4 +--- sys/i386/include/pmap.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index f0d7fe695214..dbadf6f91ed9 100644 --- a/sys/amd64/include/pmap.h +++ b/sys/amd64/include/pmap.h @@ -42,7 +42,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $Id: pmap.h,v 1.38 1996/05/02 22:25:18 phk Exp $ + * $Id: pmap.h,v 1.39 1996/05/18 03:36:38 dyson Exp $ */ #ifndef _MACHINE_PMAP_H_ @@ -115,8 +115,6 @@ #ifndef LOCORE typedef unsigned int *pd_entry_t; typedef unsigned int *pt_entry_t; -struct vm_map; -struct vm_object; #define PDESIZE sizeof(pd_entry_t) /* for assembly files */ #define PTESIZE sizeof(pt_entry_t) /* for assembly files */ diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index f0d7fe695214..dbadf6f91ed9 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -42,7 +42,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $Id: pmap.h,v 1.38 1996/05/02 22:25:18 phk Exp $ + * $Id: pmap.h,v 1.39 1996/05/18 03:36:38 dyson Exp $ */ #ifndef _MACHINE_PMAP_H_ @@ -115,8 +115,6 @@ #ifndef LOCORE typedef unsigned int *pd_entry_t; typedef unsigned int *pt_entry_t; -struct vm_map; -struct vm_object; #define PDESIZE sizeof(pd_entry_t) /* for assembly files */ #define PTESIZE sizeof(pt_entry_t) /* for assembly files */