svn: head/usr.bin/mkuzip

Maxim Sobolev sobomax at FreeBSD.org
Mon Apr 25 18:39:15 UTC 2016


Thanks and sorry about that. I did not realize we use different compilers
for different architectures. By any chance, do you know is there a way to
test buildworld on amd64 with gcc?

On Mon, Apr 25, 2016 at 6:20 AM, Bjoern A. Zeeb <bz at freebsd.org> wrote:

> 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