CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/10/05 18:40:41
Modified files:
usr.sbin/makefs: ffs.c makefs.h msdos.c
usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_subr.c
ffs_tables.c mkfs.c ufs_bmap.c
usr.sbin/makefs/msdos: mkfs_msdos.c msdosfs_conv.c
msdosfs_denode.c msdosfs_fat.c
msdosfs_lookup.c msdosfs_vfsops.c
msdosfs_vnops.c
Log message:
annotate all required sys/param.h uses with what they bring into scope,
and delete all others. use PATH_MAX and other standardized symbols instead
of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where
required, and directly include standard userland .h files as required.