DragonFly commits List (threaded) for 2009-01
DragonFly BSD
DragonFly commits List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 11 Jan 2009 18:13:02 -0800 (PST)

commit fa527ae1f2fc9e44a2e6af5437794e41236e901d
Author: Peter Avalos <pavalos@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]