
28 Sep
2011
28 Sep
'11
3:27 a.m.
Dňa 27.9.2011 17:26, Eric Blake wrote / napísal(a):
ACK if you squash this in:
diff --git i/tools/virsh.c w/tools/virsh.c index 3e05ce9..1863db3 100644 --- i/tools/virsh.c +++ w/tools/virsh.c @@ -384,9 +384,6 @@ static void *_vshMalloc(vshControl *ctl, size_t sz, const char *filename, int li static void *_vshCalloc(vshControl *ctl, size_t nmemb, size_t sz, const char *filename, int line); #define vshCalloc(_ctl, _nmemb, _sz) _vshCalloc(_ctl, _nmemb, _sz, __FILE__, __LINE__)
Uh, thanks for noticing that. I somehow forgot to fix that even after I saw gcc complaining :( Thanks, pushed.