make this real C
authorderaadt <deraadt@openbsd.org>
Wed, 23 Jul 2008 17:40:29 +0000 (17:40 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 23 Jul 2008 17:40:29 +0000 (17:40 +0000)
sys/nfs/nfs_vnops.c

index bc1e604..3227b11 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nfs_vnops.c,v 1.96 2008/07/23 16:24:43 beck Exp $     */
+/*     $OpenBSD: nfs_vnops.c,v 1.97 2008/07/23 17:40:29 deraadt Exp $  */
 /*     $NetBSD: nfs_vnops.c,v 1.62.4.1 1996/07/08 20:26:52 jtc Exp $   */
 
 /*
@@ -2997,8 +2997,10 @@ nfs_writebp(bp, force)
        }
 
        if( (oldflags & B_ASYNC) == 0) {
+               int rtval;
+
                bp->b_flags |= B_RAW;
-               int rtval = biowait(bp);
+               rtval = biowait(bp);
                if (!(oldflags & B_DELWRI) && p) {
                        ++p->p_stats->p_ru.ru_oublock;
                }