Remove struct vm_page, vm_page_t, boolean_t (Unused).

This commit is contained in:
Ralf Corsepius
2009-02-10 08:51:33 +00:00
parent 96c57dba1c
commit b9c4861148

View File

@@ -91,11 +91,6 @@ struct sigaltstack {
int ss_flags; /* SS_DISABLE and/or SS_ONSTACK */ int ss_flags; /* SS_DISABLE and/or SS_ONSTACK */
}; };
#ifdef _KERNEL
typedef int boolean_t;
typedef struct vm_page *vm_page_t;
#endif
#ifndef _POSIX_SOURCE #ifndef _POSIX_SOURCE
/* /*
* minor() gives a cookie instead of an index since we don't want to * minor() gives a cookie instead of an index since we don't want to