cr_gid is already used by Darwin
[openafs.git] / src / afs / IRIX / osi_vnodeops.c
index 6354de3..ebb64a1 100644 (file)
@@ -976,7 +976,7 @@ OSI_VC_DECL(avc);
            /* at least one daemon is idle, so ask it to do the store.
             * Also, note that  we don't lock it any more... */
            tb = afs_BQueue(BOP_STORE, avc, 0, 1, acred,
-                           (afs_size_t) cr_uid(acred), 0L, (void *)0);
+                           (afs_size_t) afs_cr_uid(acred), 0L, (void *)0);
            /* sleep waiting for the store to start, then retrieve error code */
            while ((tb->flags & BUVALID) == 0) {
                tb->flags |= BUWAIT;