]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-address-operator-cant-be-applied-to-register-vars-on-hpux-20021122
authorNathan Neulinger <nneul@umr.edu>
Fri, 22 Nov 2002 19:14:53 +0000 (19:14 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 22 Nov 2002 19:14:53 +0000 (19:14 +0000)
so we have a working hpux port

src/afs/VNOPS/afs_vnop_readdir.c

index 59914d44a91c356ebce57360c5eb211b85d019e3..8bcbcc4e55d1378c47a10b1ca1f24d9a9ecea59c 100644 (file)
@@ -783,7 +783,7 @@ afs1_readdir(avc, auio, acred, eofp)
 #else
 afs1_readdir(avc, auio, acred)
 #endif
-    register struct vcache *avc;
+    struct vcache *avc;
     struct uio *auio;
     struct AFS_UCRED *acred; {
     struct vrequest treq;