]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_link.c
xnu-517.7.21.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_link.c
index 9f112e375e8e32da6e4eb108428a1d8af5bcdf68..97dfde7bbfd0328db1d8c0d05ed306a300e1720f 100644 (file)
@@ -332,7 +332,7 @@ hfs_link(ap)
        }
 
        // XXXdbg - need to do this here as well because cp could have changed
-       error = VOP_UPDATE(vp, &tv, &tv, 1);
+       (void) VOP_UPDATE(vp, &tv, &tv, 1);
 
 
        if (hfsmp->jnl) {