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 c561e8f..8b1c788 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;