mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
Include limits.h so it compiles with newer headers.
This commit is contained in:
parent
7eda3692f6
commit
66db5dd894
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.34 -
|
Version 2.02.34 -
|
||||||
===================================
|
===================================
|
||||||
|
Include limits.h in clvmd so it compiles with newer headers.
|
||||||
Add VirtIO disks (vd) to filters.
|
Add VirtIO disks (vd) to filters.
|
||||||
Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV. (2.02.30)
|
Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV. (2.02.30)
|
||||||
Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)
|
Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <libdlm.h>
|
#include <libdlm.h>
|
||||||
|
|
||||||
#include "clvmd-comms.h"
|
#include "clvmd-comms.h"
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include <libdevmapper.h>
|
#include <libdevmapper.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#include "clvm.h"
|
#include "clvm.h"
|
||||||
#include "refresh_clvmd.h"
|
#include "refresh_clvmd.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user