mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
This adds missing includes, uses the standard dirent.h rather than the
BSD-specific sys/dirent.h subset (which works on macOS but not Linux)
and works around Linux's lack of st_birthtim.
This allows usr.sbin/makefs to be added to LOCAL_XTOOL_DIRS again on
macOS and Linux so that disk images can be cross-built.
Reviewed by: markj
Fixes:
|
||
|---|---|---|
| .. | ||
| cd9660 | ||
| ffs | ||
| msdos | ||
| sys | ||
| tests | ||
| zfs | ||
| cd9660.c | ||
| cd9660.h | ||
| ffs.c | ||
| ffs.h | ||
| Makefile | ||
| Makefile.depend | ||
| makefs.8 | ||
| makefs.c | ||
| makefs.h | ||
| msdos.c | ||
| msdos.h | ||
| mtree.c | ||
| walk.c | ||
| zfs.c | ||