diff options
-rw-r--r-- | src/sys/include/sys/mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sys/include/sys/mount.h b/src/sys/include/sys/mount.h index c9f686c..dbd8d53 100644 --- a/src/sys/include/sys/mount.h +++ b/src/sys/include/sys/mount.h @@ -119,7 +119,8 @@ struct fs_info { /* * Filesystem attributes mask */ -#define FS_ATTR_IMAGE BIT (0) /* Is an image kind e.g., OSMORA OMAR */ +#define FS_ATTR_IMAGE BIT(0) /* Is an image kind e.g., OSMORA OMAR */ + /* * VFS operations vector |