Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Anno domini 2009 Miloslav Trmač scripsit:

> diff --git a/src/storage_encryption.c b/src/storage_encryption.c
> new file mode 100644
> index 0000000..ccb29ed
> --- /dev/null
> +++ b/src/storage_encryption.c
> @@ -0,0 +1,241 @@

[...]
> +#include "base64.h"
[...]

Is there any special need for this include?
If so, where does this include file come from?

My buildbot refused to compile this code as it did not have any
base64.h header file. As removing this include solved the build
problem for me, I would suggest the following patch if noone objects.

Ciao
Max
-- 
If it doesn't work, force it.
If it breaks, it needed replacing anyway.
 * src/storage_encryption_conf.c: Remove superflous include for 'base64.h'

diff --git a/src/storage_encryption_conf.c b/src/storage_encryption_conf.c
index 69cfaf1..df4b2e1 100644
--- a/src/storage_encryption_conf.c
+++ b/src/storage_encryption_conf.c
@@ -24,7 +24,6 @@
 
 #include "internal.h"
 
-#include "base64.h"
 #include "buf.h"
 #include "memory.h"
 #include "storage_conf.h"
--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]