drop D_MEMDISK, not used in the tree...

This commit is contained in:
John-Mark Gurney 2006-05-12 19:40:54 +00:00
parent 83b5ab40f9
commit b0d081a0b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158499

View File

@ -165,7 +165,6 @@ typedef int dumper_t(
/*
* Flags for d_flags which the drivers can set.
*/
#define D_MEMDISK 0x00010000 /* memory type disk */
#define D_TRACKCLOSE 0x00080000 /* track all closes */
#define D_MMAP_ANON 0x00100000 /* special treatment in vm_mmap.c */
#define D_PSEUDO 0x00200000 /* make_dev() can return NULL */