git: sys/vfs/hammer: Add header includes to hammer.h
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Thu Sep 24 07:46:33 PDT 2015
commit 7bb4ec328a21a0253f3ac1deab0cace28a9c7abd
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Sep 7 02:12:45 2015 +0900
sys/vfs/hammer: Add header includes to hammer.h
Add
#include <sys/fcntl.h>
#include <sys/dirent.h>
#include <sys/sysctl.h>
#include <sys/event.h>
#include <sys/file.h>
#include <vm/swap_pager.h>
to sys/vfs/hammer/hammer.h
Summary of changes:
sys/vfs/hammer/hammer.h | 6 ++++++
sys/vfs/hammer/hammer_io.c | 1 -
sys/vfs/hammer/hammer_ondisk.c | 1 -
sys/vfs/hammer/hammer_subs.c | 2 --
sys/vfs/hammer/hammer_vfsops.c | 2 --
sys/vfs/hammer/hammer_vnops.c | 5 -----
sys/vfs/hammer/hammer_volume.c | 1 -
7 files changed, 6 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7bb4ec328a21a0253f3ac1deab0cace28a9c7abd
--
DragonFly BSD source repository
More information about the Commits
mailing list