Module Name: src
Committed By: haad
Date: Tue Jan 18 23:02:37 UTC 2011
Modified Files:
src/sys/arch/usermode/include: pmap.h
Log Message:
Bring pmap.h to new world order.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/include/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/include/pmap.h
diff -u src/sys/arch/usermode/include/pmap.h:1.2 src/sys/arch/usermode/include/pmap.h:1.3
--- src/sys/arch/usermode/include/pmap.h:1.2 Wed Oct 21 16:06:59 2009
+++ src/sys/arch/usermode/include/pmap.h Tue Jan 18 23:02:36 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
+/* $NetBSD: pmap.h,v 1.3 2011/01/18 23:02:36 haad Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <[email protected]>
@@ -33,7 +33,7 @@
#define PMAP_MAP_POOLPAGE(x) (x)
#define PMAP_UNMAP_POOLPAGE(x) (x)
-typedef struct pmap {
-} *pmap_t;
+struct pmap {
+};
#endif /* !_ARCH_USERMODE_INCLUDE_PMAP_H */