svn commit: r298577 - head/usr.bin/mkuzip
Bjoern A. Zeeb
bz at FreeBSD.org
Mon Apr 25 13:20:37 UTC 2016
Author: bz
Date: Mon Apr 25 13:20:35 2016
New Revision: 298577
URL: https://svnweb.freebsd.org/changeset/base/298577
Log:
Try to make gcc builds happy again by removing a redundant declaration.
Modified:
head/usr.bin/mkuzip/mkuzip.c
Modified: head/usr.bin/mkuzip/mkuzip.c
==============================================================================
--- head/usr.bin/mkuzip/mkuzip.c Mon Apr 25 12:25:30 2016 (r298576)
+++ head/usr.bin/mkuzip/mkuzip.c Mon Apr 25 13:20:35 2016 (r298577)
@@ -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;
More information about the svn-src-head
mailing list