git: ldd(1): Fix some warnings, raise WARNS to 6, further cleanup.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Feb 28 12:51:43 PST 2016


commit cc87404e52b47aab1d916cebe159982ec4832b8d
Author: Sascha Wildner <saw at online.de>
Date:   Sun Feb 28 21:50:56 2016 +0100

    ldd(1): Fix some warnings, raise WARNS to 6, further cleanup.
    
    * Remove remaining a.out support.
    
    * Nuke some orphaned externs.
    
    * Remove (void) casts.
    
    * Use ssize_t for read(2)'s return value.

Summary of changes:
 usr.bin/ldd/Makefile |  1 -
 usr.bin/ldd/ldd.1    |  5 +----
 usr.bin/ldd/ldd.c    | 24 ++++++------------------
 3 files changed, 7 insertions(+), 23 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list