annotate all required sys/param.h uses with what they bring into scope,
authorderaadt <deraadt@openbsd.org>
Wed, 6 Oct 2021 00:40:39 +0000 (00:40 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 6 Oct 2021 00:40:39 +0000 (00:40 +0000)
commit4874b543168b8168ff9788e98a56e3398af44a49
tree7ad448d20f612ac271a9f5e385df635f1bf285ef
parent4f3323de03e49ec57c89c69b70d8adcbefdddf25
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.
17 files changed:
usr.sbin/makefs/ffs.c
usr.sbin/makefs/ffs/buf.c
usr.sbin/makefs/ffs/buf.h
usr.sbin/makefs/ffs/ffs_alloc.c
usr.sbin/makefs/ffs/ffs_subr.c
usr.sbin/makefs/ffs/ffs_tables.c
usr.sbin/makefs/ffs/mkfs.c
usr.sbin/makefs/ffs/ufs_bmap.c
usr.sbin/makefs/makefs.h
usr.sbin/makefs/msdos.c
usr.sbin/makefs/msdos/mkfs_msdos.c
usr.sbin/makefs/msdos/msdosfs_conv.c
usr.sbin/makefs/msdos/msdosfs_denode.c
usr.sbin/makefs/msdos/msdosfs_fat.c
usr.sbin/makefs/msdos/msdosfs_lookup.c
usr.sbin/makefs/msdos/msdosfs_vfsops.c
usr.sbin/makefs/msdos/msdosfs_vnops.c