Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/smbfs g/c commented out code



details:   https://anonhg.NetBSD.org/src/rev/a36f4104f1fe
branches:  trunk
changeset: 543246:a36f4104f1fe
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Feb 20 15:34:42 2003 +0000

description:
g/c commented out code

diffstat:

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

diffs (18 lines):

diff -r 7d71b1847490 -r a36f4104f1fe sys/fs/smbfs/smbfs_subr.c
--- a/sys/fs/smbfs/smbfs_subr.c Thu Feb 20 15:19:14 2003 +0000
+++ b/sys/fs/smbfs/smbfs_subr.c Thu Feb 20 15:34:42 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smbfs_subr.c,v 1.4 2003/02/17 09:55:49 jdolecek Exp $  */
+/*     $NetBSD: smbfs_subr.c,v 1.5 2003/02/20 15:34:42 jdolecek Exp $  */
 
 /*
  * Copyright (c) 2000-2001, Boris Popov
@@ -273,8 +273,6 @@
                *npp++ = np;
                np = np->n_parent;
        }
-/*     if (i == 0)
-               return smb_put_dmem(mbp, vcp, "\\", 2, caseopt);*/
        while (i--) {
                np = *--npp;
                error = mb_put_uint8(mbp, '\\');



Home | Main Index | Thread Index | Old Index