!47 hmfs支持格式化时设置UUID/LABEL

Merge pull request !47 from linlinlin/master
This commit is contained in:
openharmony_ci 2024-07-09 08:24:37 +00:00 committed by Gitee
commit 099be2917a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

View File

@ -198,6 +198,10 @@
/* Version number of package */
#define VERSION "1.15.0"
#define HAVE_UUID_UUID_H 1
#define HAVE_LIBUUID 1
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus

View File

@ -26,7 +26,7 @@
#include <time.h>
#ifdef HAVE_UUID_UUID_H
#include <uuid/uuid.h>
#include <uuid.h>
#endif
#ifndef HAVE_LIBUUID
#define uuid_parse(a, b) -1

View File

@ -30,7 +30,7 @@
#include <blkid/blkid.h>
#endif
#ifdef HAVE_UUID_UUID_H
#include <uuid/uuid.h>
#include <uuid.h>
#endif
#include "quota.h"