Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/smbfs wrong variable name.



details:   https://anonhg.NetBSD.org/src/rev/0ccd8cdc512c
branches:  trunk
changeset: 584294:0ccd8cdc512c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 12 16:54:35 2005 +0000

description:
wrong variable name.

diffstat:

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

diffs (27 lines):

diff -r 8ba4b245b254 -r 0ccd8cdc512c sys/fs/smbfs/smbfs_smb.c
--- a/sys/fs/smbfs/smbfs_smb.c  Mon Sep 12 16:44:29 2005 +0000
+++ b/sys/fs/smbfs/smbfs_smb.c  Mon Sep 12 16:54:35 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smbfs_smb.c,v 1.27 2005/09/12 16:44:29 christos Exp $  */
+/*     $NetBSD: smbfs_smb.c,v 1.28 2005/09/12 16:54:35 christos Exp $  */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smbfs_smb.c,v 1.27 2005/09/12 16:44:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smbfs_smb.c,v 1.28 2005/09/12 16:54:35 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -642,7 +642,7 @@
        smb_rq_getrequest(rqp, &mbp);
 
        /* get current time */
-       (void)nanotime(&ts);
+       (void)nanotime(&ctime);
        smb_time_local2server(&ctime, SSTOVC(ssp)->vc_sopt.sv_tz, &tm);
 
        smb_rq_wstart(rqp);



Home | Main Index | Thread Index | Old Index