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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to