Re: [libvirt] [PATCH 1/2] Fixup rpcgen code on kFreeBSD too

2013-05-03 Thread Eric Blake
On 05/03/2013 12:21 AM, Guido Günther wrote: > since it uses glibc's rpcgen. > --- > src/rpc/genprotocol.pl |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ACK. I suspect we could probably even remove the line completely, and instead focus on making the script work for all common flav

[libvirt] [PATCH 1/2] Fixup rpcgen code on kFreeBSD too

2013-05-02 Thread Guido Günther
since it uses glibc's rpcgen. --- src/rpc/genprotocol.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/genprotocol.pl b/src/rpc/genprotocol.pl index c8c1570..f02ce13 100755 --- a/src/rpc/genprotocol.pl +++ b/src/rpc/genprotocol.pl @@ -31,7 +31,7 @@ open RPCGEN, "-|