diff options
Diffstat (limited to 'sys/fs/udf/udf_vfsops.c')
-rw-r--r-- | sys/fs/udf/udf_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c index 890be05..5609d16 100644 --- a/sys/fs/udf/udf_vfsops.c +++ b/sys/fs/udf/udf_vfsops.c @@ -99,8 +99,8 @@ #include <fs/udf/udf.h> #include <fs/udf/udf_mount.h> -static MALLOC_DEFINE(M_UDFMOUNT, "UDF mount", "UDF mount structure"); -MALLOC_DEFINE(M_UDFFENTRY, "UDF fentry", "UDF file entry structure"); +static MALLOC_DEFINE(M_UDFMOUNT, "udf_mount", "UDF mount structure"); +MALLOC_DEFINE(M_UDFFENTRY, "udf_fentry", "UDF file entry structure"); struct iconv_functions *udf_iconv = NULL; |