bsdiff-portable

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

commit f30816689feeedcd6b9da46a3cd36a374b32b7fa
parent 89c9467ebe57b3973e7b787ddceaf7a5614555c5
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date:   Thu, 24 Sep 2020 16:18:55 +1000

bsdiff: remove assert header

Diffstat:
Mbsdiff.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bsdiff.c b/bsdiff.c @@ -35,7 +35,6 @@ __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.1 2005/08/06 01:59:05 #include "config.h" #include <sys/stat.h> -#include <assert.h> #include <bzlib.h> #if HAVE_ERR #include <err.h>