]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
authorimp <imp@FreeBSD.org>
Tue, 2 Mar 1999 05:31:47 +0000 (05:31 +0000)
committerimp <imp@FreeBSD.org>
Tue, 2 Mar 1999 05:31:47 +0000 (05:31 +0000)
commitf86ebee5a71b73933ccd7a7f52876d3e5b25278f
tree2f4306be0470a471af27074cb4ae23c5ecbaf9d2
parent0909dd46f23a09222d7e523f8c663f0f281339ad
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
lives in ext2_vnops.c for ext2fs.  Also remove cast from comparision.
Bruce pointed out that it was bogus since we'd force a signed
comparision when we really wanted an unsigned comparison.
sys/gnu/ext2fs/ext2_vnops.c
sys/gnu/fs/ext2fs/ext2_vnops.c
sys/ufs/ufs/ufs_vnops.c