Module Name:    src
Committed By:   he
Date:           Thu Sep 22 16:08:49 UTC 2011

Modified Files:
        src/dist/smbfs/lib/smb: subr.c

Log Message:
Also eliminate now-no-longer-used local variable.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/dist/smbfs/lib/smb/subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/smbfs/lib/smb/subr.c
diff -u src/dist/smbfs/lib/smb/subr.c:1.6 src/dist/smbfs/lib/smb/subr.c:1.7
--- src/dist/smbfs/lib/smb/subr.c:1.6	Thu Sep 22 12:43:09 2011
+++ src/dist/smbfs/lib/smb/subr.c	Thu Sep 22 16:08:49 2011
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: subr.c,v 1.6 2011/09/22 12:43:09 christos Exp $");
+__RCSID("$NetBSD: subr.c,v 1.7 2011/09/22 16:08:49 he Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -164,7 +164,7 @@
 int
 smb_open_rcfile(void)
 {
-	char *home, *fn;
+	char *home;
 	int error;
 
 	home = getenv("HOME");

Reply via email to