sys/vfs/tmpfs: Remove nested #ifdef _KERNEL
commit525d1416ffc94f0818b9d56c1e9585d40c896429
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 12 May 2015 18:59:04 +0000 (13 03:59 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 12 May 2015 20:29:50 +0000 (13 05:29 +0900)
tree78577fb4aa08eeebbe6498814267367fe4759d0c
parent470314144ac9ce3cdb4797185c4125dc87eeeb6b
sys/vfs/tmpfs: Remove nested #ifdef _KERNEL

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