From 38f6b037e42d0e9342d846da33014719b68088a8 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 12 May 2005 21:06:59 +0000 Subject: [PATCH] fix-tuiop-20050512 tuiop, not tuio --- src/afs/VNOPS/afs_vnop_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/VNOPS/afs_vnop_read.c b/src/afs/VNOPS/afs_vnop_read.c index c561e8f29..8b1c7886f 100644 --- a/src/afs/VNOPS/afs_vnop_read.c +++ b/src/afs/VNOPS/afs_vnop_read.c @@ -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; -- 2.39.5