]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
fix-tuiop-20050512
authorJim Rees <rees@umich.edu>
Thu, 12 May 2005 21:06:59 +0000 (21:06 +0000)
committerJim Rees <rees@umich.edu>
Thu, 12 May 2005 21:06:59 +0000 (21:06 +0000)
tuiop, not tuio

src/afs/VNOPS/afs_vnop_read.c

index c561e8f296cbb6acb4e64bd4242776c77e148b81..8b1c7886fcaacd1d48e007eb49ab574808f383a8 100644 (file)
@@ -474,7 +474,7 @@ afs_UFSRead(register struct vcache *avc, struct uio *auio,
     uio_t tuiop;
 #else
     struct uio tuio;
-    struct uio *tuio = &tuio;
+    struct uio *tuiop = &tuio;
     struct iovec *tvec;
 #endif
     struct osi_file *tfile;