freebsd-dev/usr.sbin/fstyp
Andriy Gapon d6609e6a12 fstyp: move sys/ include path after zfs include paths
The reason is that FreeBSD refcount.h shadows ZFS refcount.h and that
will lead to a build error after a planned import of the ARC buf data
scatter-ization.
It's possible that some day we will have an opposite problem where
a ZFS header would shadow an essential FreeBSD header.
So, we need to think about a better long term solution.

Discussed with:	allanjude
MFC after:	17 days
2017-06-20 16:45:48 +00:00
..
tests Fix broken fstyp exfat testcase 2017-01-14 01:08:04 +00:00
cd9660.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
exfat.c fstyp(8): Detect exFAT filesystems 2017-01-13 02:12:58 +00:00
ext2fs.c Fix detection of ext2/ext3 filesystems that lack labels. 2015-01-13 13:59:48 +00:00
fstyp.8 Make fstyp(8) recognize exFAT even without the -u option. 2017-04-26 19:34:41 +00:00
fstyp.c Make fstyp(8) recognize exFAT even without the -u option. 2017-04-26 19:34:41 +00:00
fstyp.h fstyp(8): Detect exFAT filesystems 2017-01-13 02:12:58 +00:00
geli.c Eliminate unneeded includes. 2015-12-28 08:53:31 +00:00
Makefile fstyp: move sys/ include path after zfs include paths 2017-06-20 16:45:48 +00:00
Makefile.depend META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
msdosfs.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
msdosfs.h
ntfs.c Fix memory leaks. 2015-01-05 15:34:23 +00:00
ufs.c
zfs.c Fix includes in usr.sbin/fstyp/zfs.c 2015-12-26 19:48:36 +00:00