From: Lukas Fleischer Date: Fri, 22 Nov 2013 12:24:52 +0000 (+0100) Subject: Use argv_array in place of vector X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/9973ef0207d21535a05610ca50d9f45c7c56c758?ds=inline;hp=9973ef0207d21535a05610ca50d9f45c7c56c758 Use argv_array in place of vector Instead of using our own vector implementation, use argv_array from Git which has been specifically designed for dynamic size argv arrays. Drop vector.h and vector.c which are no longer needed. Signed-off-by: Lukas Fleischer ---