Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/restore oops, remove temporary comment
details: https://anonhg.NetBSD.org/src/rev/5339943770cb
branches: trunk
changeset: 516895:5339943770cb
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Nov 01 08:21:57 2001 +0000
description:
oops, remove temporary comment
diffstat:
sbin/restore/dirs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 69a331570fff -r 5339943770cb sbin/restore/dirs.c
--- a/sbin/restore/dirs.c Thu Nov 01 08:21:07 2001 +0000
+++ b/sbin/restore/dirs.c Thu Nov 01 08:21:57 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dirs.c,v 1.34 2001/11/01 08:21:07 lukem Exp $ */
+/* $NetBSD: dirs.c,v 1.35 2001/11/01 08:21:57 lukem Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)dirs.c 8.7 (Berkeley) 5/1/95";
#else
-__RCSID("$NetBSD: dirs.c,v 1.34 2001/11/01 08:21:07 lukem Exp $");
+__RCSID("$NetBSD: dirs.c,v 1.35 2001/11/01 08:21:57 lukem Exp $");
#endif
#endif /* not lint */
@@ -112,7 +112,7 @@
*/
static long seekpt;
static FILE *df;
-//static RST_DIR *dirp;
+static RST_DIR *dirp;
static char dirfile[MAXPATHLEN] = "#"; /* No file */
static char modefile[MAXPATHLEN] = "#"; /* No file */
static char dot[2] = "."; /* So it can be modified */
Home |
Main Index |
Thread Index |
Old Index