commit 4c18cb161b29d3f9e9aecdc19b86dde4fd997703
Author: Tomohiro Kusumi <[email protected]>
Date: Fri Sep 2 21:37:25 2016 +0900
sbin/hammer: Make blockmap.c/misc.c include hammer_util.h (not hammer.h)
If a file is to be linked from non /sbin/hammer (i.e. /sbin/newfs_hammer)
include hammer_util.h, but not hammer.h.
That's basically how things are defined in these two headers.
Summary of changes:
sbin/hammer/blockmap.c | 2 +-
sbin/hammer/misc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4c18cb161b29d3f9e9aecdc19b86dde4fd997703
--
DragonFly BSD source repository