DragonFly-2.1.1.402.gfa527 master usr.bin/cksum Makefile cksum.1 cksum.c crc.c crc32.c extern.h print.c sum1.c sum2.c

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Jan 11 18:14:04 PST 2009


commit fa527ae1f2fc9e44a2e6af5437794e41236e901d
Author: Peter Avalos <pavalos at theshell.com>
Date:   Sun Jan 11 19:55:08 2009 -0500

    WARNS6 cleanup for cksum.
    
    Remove (void) casts.
    
    Use off_t for offsets instead of an u_int32_t.
    
    Clean up #includes.
    
    Obtained-from: FreeBSD

Summary of changes:
 usr.bin/cksum/Makefile |    1 -
 usr.bin/cksum/cksum.1  |    4 ++--
 usr.bin/cksum/cksum.c  |   16 ++++++++--------
 usr.bin/cksum/crc.c    |   25 +++++++++++++++----------
 usr.bin/cksum/crc32.c  |   27 +++++++++++++++------------
 usr.bin/cksum/extern.h |   15 ++++++++-------
 usr.bin/cksum/print.c  |   35 +++++++++++++++++++----------------
 usr.bin/cksum/sum1.c   |   26 +++++++++++++++-----------
 usr.bin/cksum/sum2.c   |   27 ++++++++++++++++-----------
 9 files changed, 98 insertions(+), 78 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list