Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/puffs Fix variable name in my commit tree too.



details:   https://anonhg.NetBSD.org/src/rev/639b07890c3e
branches:  trunk
changeset: 750601:639b07890c3e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 07 22:59:27 2010 +0000

description:
Fix variable name in my commit tree too.

diffstat:

 sys/fs/puffs/puffs_msgif.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2abeaec28790 -r 639b07890c3e sys/fs/puffs/puffs_msgif.c
--- a/sys/fs/puffs/puffs_msgif.c        Thu Jan 07 22:49:19 2010 +0000
+++ b/sys/fs/puffs/puffs_msgif.c        Thu Jan 07 22:59:27 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs_msgif.c,v 1.77 2010/01/07 22:45:31 pooka Exp $   */
+/*     $NetBSD: puffs_msgif.c,v 1.78 2010/01/07 22:59:27 pooka Exp $   */
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.77 2010/01/07 22:45:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.78 2010/01/07 22:59:27 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -935,7 +935,7 @@
                        puffsop_flush(pmp, &psopr->psopr_pf);
                        break;
                case PUFFS_SOPREQ_UNMOUNT:
-                       puffs_msg_sendresp(pmp, &sopreq->psopr_preq, 0);
+                       puffs_msg_sendresp(pmp, &psopr->psopr_preq, 0);
 
                        unmountme = true;
                        keeprunning = false;



Home | Main Index | Thread Index | Old Index