mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix libdevmapper.h #endif
This commit is contained in:
parent
7a3fb6b20a
commit
1c9b9a5ecf
@ -561,9 +561,9 @@ struct dm_hash_node *dm_hash_get_next(struct dm_hash_table *t, struct dm_hash_no
|
|||||||
for (v = dm_hash_get_first(h); v; \
|
for (v = dm_hash_get_first(h); v; \
|
||||||
v = dm_hash_get_next(h, v))
|
v = dm_hash_get_next(h, v))
|
||||||
|
|
||||||
#endif /* LIB_DEVICE_MAPPER_H */
|
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
* selinux
|
* selinux
|
||||||
*********/
|
*********/
|
||||||
int dm_set_selinux_context(const char *path, mode_t mode);
|
int dm_set_selinux_context(const char *path, mode_t mode);
|
||||||
|
|
||||||
|
#endif /* LIB_DEVICE_MAPPER_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user