git: sys/vfs/hammer: conform to style(9)
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Wed Feb 25 02:36:59 PST 2015
commit 70c82e5f836c9a6b4fa587df00588d5bf20e6eaf
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Wed Feb 25 19:18:06 2015 +0900
sys/vfs/hammer: conform to style(9)
- Remove #include <sys/types.h>
- Kernel include files (i.e. sys/*.h) come first;
normally, include <sys/types.h> OR <sys/param.h>, but not both.
- Spotted-by: sephe
http://lists.dragonflybsd.org/pipermail/commits/2015-February/417986.html
Summary of changes:
sys/vfs/hammer/hammer_ioctl.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/70c82e5f836c9a6b4fa587df00588d5bf20e6eaf
--
DragonFly BSD source repository
More information about the Commits
mailing list