git: sys/vfs/tmpfs: Remove nested #ifdef _KERNEL

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue May 12 13:32:45 PDT 2015


commit 525d1416ffc94f0818b9d56c1e9585d40c896429
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed May 13 03:59:04 2015 +0900

    sys/vfs/tmpfs: Remove nested #ifdef _KERNEL
    
    - #ifdef _KERNEL around function prototypes for tmpfs_subr.c
      is nested. It's in another #ifdef _KERNEL.

Summary of changes:
 sys/vfs/tmpfs/tmpfs.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/525d1416ffc94f0818b9d56c1e9585d40c896429


-- 
DragonFly BSD source repository



More information about the Commits mailing list