MAXFRAG was always placed incorrectly in <sys/param.h> It is primarily
authorderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:08:16 +0000 (18:08 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:08:16 +0000 (18:08 +0000)
commit54525af8295ce52530d8982ee830cf85d804ef99
tree51fe8e2dc0be722f90e8b2f672853799e2e12838
parentb66a9c4d7edc523c845447f7bbdb9691ee33bb95
MAXFRAG was always placed incorrectly in <sys/param.h>  It is primarily
used in disklabel type tools, newfs, fsck, when related to ufs or
ufs-derived filesystems, but also in a struct. Those things always include
<ufs/ffs/fs.h>.  Move it there
ok guenther, tested in ports by sthen
sys/sys/param.h
sys/ufs/ffs/fs.h