summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-05 10:51:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-05 10:51:46 +0000
commit86a24df8ac9aa4abb02121602be1a9e751d73e61 (patch)
tree7f04d8d8f33281c955d37c4c819c199ee411ebb7
parentb3445a236bf81b56da81cbb8140780d1fa24f90d (diff)
Notes
-rw-r--r--gnu/usr.bin/tar/diffarch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/tar/diffarch.c b/gnu/usr.bin/tar/diffarch.c
index 80e48bccaad2..b1ca5912a53a 100644
--- a/gnu/usr.bin/tar/diffarch.c
+++ b/gnu/usr.bin/tar/diffarch.c
@@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License
along with GNU Tar; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+/* $FreeBSD$ */
+
/*
* Diff files from a tar archive.
*
@@ -493,6 +495,8 @@ verify_volume ()
int er;
#endif
+ current_file_name = NULL;
+ current_link_name = NULL;
if (!diff_buf)
diff_init ();
#ifdef MTIOCTOP