mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
and usr.sbin/makefs/ffs/ffs_subr.c as they have no need of anything in that file. No other programs or libraries include <ufs/ffs/ffs_extern.h> (nor should they as it is totally in-kernel interfaces). For added protection I enclosed the entire contents of <ufs/ffs/ffs_extern.h> in ifdef _KERNEL. Feedback from: Bruce Evans and Tai-hwa Liang |
||
|---|---|---|
| .. | ||
| buf.c | ||
| buf.h | ||
| ffs_alloc.c | ||
| ffs_balloc.c | ||
| ffs_bswap.c | ||
| ffs_extern.h | ||
| ffs_subr.c | ||
| Makefile.inc | ||
| mkfs.c | ||
| newfs_extern.h | ||
| ufs_bmap.c | ||
| ufs_bswap.h | ||
| ufs_inode.h | ||