bsdiff-portable

A more portable version of Colin Percival's bsdiff
git clone git://git.sgregoratto.me/bsdiff-portable
Log | Files | Refs | LICENSE

commit d0681e3f0762cc5d2271a55a47e7d5500e9b8e56
parent fa6be1b548016de8ae60722acbcfaf76a02fd8b3
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date:   Wed, 23 Sep 2020 17:27:06 +1000

pedantry: change main function signature

Diffstat:
Mbspatch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bspatch.c b/bspatch.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59: #include "bsdiff.h" int -main(int argc, char *argv[]) +main(int argc, char **argv) { FILE *f, *cpf, *dpf, *epf; BZFILE *cpfbz2, *dpfbz2, *epfbz2;