death to register
[openafs.git] / src / afs / afs_osi_vget.c
index b79a3ab..5d5dd48 100644 (file)
@@ -28,9 +28,9 @@ afs_osi_vget(struct vcache **avcpp, struct fid *afidp, struct vrequest *areqp)
 {
     struct VenusFid vfid;
     struct SmallFid Sfid;
-    register struct cell *tcell;
+    struct cell *tcell;
     struct vrequest treq;
-    register afs_int32 code = 0, cellindex;
+    afs_int32 code = 0, cellindex;
     afs_int32 ret;
 
     memcpy((char *)&Sfid, afidp->fid_data, SIZEOF_SMALLFID);