summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-08 11:21:19 +0000
committerbde <bde@FreeBSD.org>1996-06-08 11:21:19 +0000
commit17a064408cd014ab923354a0792dbd882e789a2a (patch)
tree54bb3bc77cb127cb9b36807fd5d62d5345752e45 /sys/i386
parent1a917672fbe4e5fa2aabb88ed66e0d54c9cb4f02 (diff)
downloadFreeBSD-src-17a064408cd014ab923354a0792dbd882e789a2a.zip
FreeBSD-src-17a064408cd014ab923354a0792dbd882e789a2a.tar.gz
Removed unnecessary forward declarations of incomplete structs.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/pmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index f0d7fe6..dbadf6f 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 */
OpenPOWER on IntegriCloud