Re: [libvirt] [PATCH 4/4] Remove compile-time pid_t size check

2012-02-10 Thread Eric Blake
On 02/01/2012 05:28 PM, Marc-André Lureau wrote: It seems all the code use pid_t type properly, so it is safe to drop that check now. --- src/util/command.c|3 --- src/util/virpidfile.c |2 -- 2 files changed, 0 insertions(+), 5 deletions(-) ACK to doing this, but I'll just

[libvirt] [PATCH 4/4] Remove compile-time pid_t size check

2012-02-01 Thread Marc-André Lureau
It seems all the code use pid_t type properly, so it is safe to drop that check now. --- src/util/command.c|3 --- src/util/virpidfile.c |2 -- 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/util/command.c b/src/util/command.c index 1e4c206..ce992a6 100644 ---