Fixed detection of devzero file.

Fixed adding VMA_ANONYMOUS flag explicitly if no file was given
This commit is contained in:
Bahadir Balban
2008-03-14 15:37:10 +00:00
parent 2ecc7612c3
commit dc3b63d924
4 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
/* Defines the type of file. A device file? Regular file? One used at boot? */
enum VM_FILE_TYPE {
VM_FILE_DEVZERO = 0,
VM_FILE_DEVZERO = 1,
VM_FILE_REGULAR,
VM_FILE_BOOTFILE,
};