the bitrig master branch has been updated by natano with 2 new commits: commit 9d19128f1234706ef25b32332d8c7ce9832b2566 diff: https://github.com/bitrig/bitrig/commit/9d19128 author: Martin Natano <[email protected]> date: Fri Mar 20 17:44:47 2015 +0100
cn_nameiop and cn_flags both are of type u_long; ok pedro@ M sys/isofs/cd9660/cd9660_lookup.c M sys/miscfs/fuse/fuse_lookup.c M sys/msdosfs/msdosfs_lookup.c M sys/nfs/nfs_vnops.c M sys/ufs/ext2fs/ext2fs_lookup.c commit b3ba052559595ae512ecb54ac3c7af0b59f8da0a diff: https://github.com/bitrig/bitrig/commit/b3ba052 author: Martin Natano <[email protected]> date: Fri Mar 20 17:17:36 2015 +0100 Convert nc_nlen and cn_namelen to u_char. NAME_MAX is 255, so u_char is sufficient. input and ok pedro@ M sys/kern/vfs_cache.c M sys/kern/vfs_lookup.c M sys/msdosfs/msdosfs_lookup.c M sys/nfs/nfs_vnops.c M sys/sys/namei.h
