Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
authorderaadt <deraadt@openbsd.org>
Sun, 28 Nov 2021 19:28:41 +0000 (19:28 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 28 Nov 2021 19:28:41 +0000 (19:28 +0000)
commit1a0afcde32b2740b21c2faebb94e010e5d3163d8
tree7dd59f4c1eb5dab6ab8001cda3c170f7fce6d631
parent1e13aedbe77069799a2e8c1c8e88631fecd8d1dd
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
ton of namespace intrusion).  Create local sizes, and refactor some code
along the way.
ok millert
12 files changed:
bin/cp/utils.c
bin/mv/cp.c
usr.bin/cdio/cdio.c
usr.bin/cdio/extern.h
usr.bin/cdio/mmc.c
usr.bin/cvs/remote.c
usr.bin/rcs/rcs.c
usr.bin/rsync/copy.c
usr.bin/split/split.c
usr.bin/wc/wc.c
usr.bin/xinstall/xinstall.c
usr.sbin/pwd_mkdb/pwd_mkdb.c