git: sbin/newfs_hammer: Remove a local header newfs_hammer.h

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu Sep 24 07:46:35 PDT 2015


commit 32d6a9543651e9dbdf9ec92c0044bc5078b7ed16
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Fri Sep 18 22:55:04 2015 +0900

    sbin/newfs_hammer: Remove a local header newfs_hammer.h
    
    newfs_hammer.c is the only file that needs newfs_hammer.h,
    and all it does is include other headers, so we really
    don't need to have this as a separate header.
    
    Also note that mount_hammer, newfs_hammer2, mount_hammer2
    don't have .h as well.

Summary of changes:
 sbin/newfs_hammer/newfs_hammer.c |  5 ++++-
 sbin/newfs_hammer/newfs_hammer.h | 40 ----------------------------------------
 2 files changed, 4 insertions(+), 41 deletions(-)
 delete mode 100644 sbin/newfs_hammer/newfs_hammer.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32d6a9543651e9dbdf9ec92c0044bc5078b7ed16


-- 
DragonFly BSD source repository



More information about the Commits mailing list