CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/20 11:08:16
Modified files:
sys/sys : param.h
sys/ufs/ffs : fs.h
Log message:
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
