remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN().
authorderaadt <deraadt@openbsd.org>
Sun, 28 Nov 2021 19:26:03 +0000 (19:26 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 28 Nov 2021 19:26:03 +0000 (19:26 +0000)
commit1e13aedbe77069799a2e8c1c8e88631fecd8d1dd
tree3eab149df479b6bad1524305f7cf755aa55d48b6
parentdb2f160416fbe7c2518f59366ebcbaa112325265
remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN().
The latter two exposed a large block allocator on top of malloc() which
doesn't really make sense in this decade (the objects are never freed, so
not quite like the famous openssl allocator)
ok millert jsg
usr.sbin/config/config.h
usr.sbin/config/gram.y
usr.sbin/config/hash.c
usr.sbin/config/mkmakefile.c
usr.sbin/config/mkswap.c
usr.sbin/config/sem.c