Re: [PATCH] command: Fix compilation on FreeBSD

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

 



2011/5/13 Eric Blake <eblake@xxxxxxxxxx>:
> On 05/12/2011 11:53 PM, Matthias Bolte wrote:
>> kill, SIGTERM and SIGKILL require additional headers.
>> ---
>> Âsrc/util/command.c | Â Â2 ++
>> Â1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/src/util/command.c b/src/util/command.c
>> index b488d55..b2a873b 100644
>> --- a/src/util/command.c
>> +++ b/src/util/command.c
>> @@ -22,9 +22,11 @@
>> Â#include <config.h>
>>
>> Â#include <poll.h>
>> +#include <signal.h>
>
> Definitely.
>
>> Â#include <stdarg.h>
>> Â#include <stdlib.h>
>> Â#include <sys/stat.h>
>> +#include <sys/types.h>
>
> Spurious. ÂGnulib already takes care of this (if it doesn't, and you get
> a compile error due to not including <sys/types.h>, then please post
> that to the gnulib list, and I'll fix it upstream).

Actually I didn't test if sys/types.h is really necessary, I just
included what the man page said and it worked then. But you're right,
it only needs signal.h.

I'm pushing this one with the signal.h addition only.

Matthias

--
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]