diff options
Diffstat (limited to 'sys/vm')
-rw-r--r-- | sys/vm/vm_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index f3c0e86..4fc57a0 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -81,7 +81,7 @@ static struct cdevsw sw_cdevsw = { /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, - /* flags */ 0, + /* flags */ D_DISK, /* bmaj */ BDEV_MAJOR }; |