From 8f86ed9783540d0930c785f7745de916dde84a3d Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 25 Apr 2016 13:20:35 +0000 Subject: Try to make gcc builds happy again by removing a redundant declaration. --- usr.bin/mkuzip/mkuzip.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/mkuzip') diff --git a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c index be35aa7..6288f4e 100644 --- a/usr.bin/mkuzip/mkuzip.c +++ b/usr.bin/mkuzip/mkuzip.c @@ -78,7 +78,6 @@ static struct mkuz_format ulzma_fmt = { static struct mkuz_blk *readblock(int, u_int32_t); static void usage(void); static void cleanup(void); -int mkuz_memvcmp(const void *, unsigned char, size_t); static char *cleanfile = NULL; -- cgit v1.1