Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/smbfs/lib/smb Also eliminate now-no-longer-used local v...
details: https://anonhg.NetBSD.org/src/rev/89e2abd358b7
branches: trunk
changeset: 769768:89e2abd358b7
user: he <he%NetBSD.org@localhost>
date: Thu Sep 22 16:08:49 2011 +0000
description:
Also eliminate now-no-longer-used local variable.
diffstat:
dist/smbfs/lib/smb/subr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r d685f1e3a500 -r 89e2abd358b7 dist/smbfs/lib/smb/subr.c
--- a/dist/smbfs/lib/smb/subr.c Thu Sep 22 16:05:11 2011 +0000
+++ b/dist/smbfs/lib/smb/subr.c Thu Sep 22 16:08:49 2011 +0000
@@ -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");
Home |
Main Index |
Thread Index |
Old Index