git: sys/vfs/hammer: Fix inconsistent function prototypes
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Mon Aug 17 09:06:31 PDT 2015
commit 4af0f40534b665b5aeb544c2006e7b1c5a2126d6
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Aug 10 06:07:15 2015 +0900
sys/vfs/hammer: Fix inconsistent function prototypes
Should use either of the type name or typedef'd name
for both function prototype and the function itself.
(hammer mostly uses hammer_mount_t rather than struct
hammer_mount in this case)
Summary of changes:
sys/vfs/hammer/hammer.h | 8 ++++----
sys/vfs/hammer/hammer_ondisk.c | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4af0f40534b665b5aeb544c2006e7b1c5a2126d6
--
DragonFly BSD source repository
More information about the Commits
mailing list