git: mtree(8): Fix crc() prototype.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri May 11 03:07:13 PDT 2018


commit f2898ada8dd8793c9ea603aed2da7e257d3d42d1
Author: Sascha Wildner <saw at online.de>
Date:   Fri May 11 12:06:50 2018 +0200

    mtree(8): Fix crc() prototype.
    
    It is taken from usr.bin/cksum/crc.c. This fixes a -Wlto-type-mismatch
    warning reported by zrj. Similar to the fix for ckdist(1) as pushed in
    e69bb3d9c4c6d6073c9c9c4a54753458fae55c7e.

Summary of changes:
 usr.sbin/mtree/compare.c | 6 +++---
 usr.sbin/mtree/create.c  | 5 +++--
 usr.sbin/mtree/extern.h  | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f2898ada8dd8793c9ea603aed2da7e257d3d42d1


-- 
DragonFly BSD source repository



More information about the Commits mailing list