DragonFlyBSD/src 7b0238fsys/vfs/msdosfs msdosfs_vnops.c

Revert "sys/vfs/msdosfs: Correct _PC_FILESIZEBITS value"

This reverts commit 6a951e106bca493303959d97e688c06f9ec21f3a.

32 bits is not enough because per the standard, it has to be the
minimum number of bits needed to represent, "as a signed integer
value", the maximum size of a regular file allowed in the specified
directory. And 32 is the lower limit of this value.

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
DeltaFile
+1-1sys/vfs/msdosfs/msdosfs_vnops.c
+1-11 files

UnifiedSplitRaw