diff options
Diffstat (limited to 'libs/blkid/src/blkidP.h')
-rw-r--r-- | libs/blkid/src/blkidP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/blkid/src/blkidP.h b/libs/blkid/src/blkidP.h index acd10d4e..98fb7ff6 100644 --- a/libs/blkid/src/blkidP.h +++ b/libs/blkid/src/blkidP.h @@ -136,6 +136,8 @@ struct blkid_idinfo struct blkid_idmag magics[]; /* NULL or array with magic strings */ }; +#define BLKID_NONE_MAGIC {{ NULL }} + /* * Minimum number of seconds between device probes, even when reading * from the cache. This is to avoid re-probing all devices which were |