diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-18 01:06:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-18 01:06:13 +0000 |
| commit | ec491764daa74ff34206097690ceb21eb23c0527 (patch) | |
| tree | 4d30599b3b7dddb493ea3cbf724cd4e5a4b603c2 | |
| parent | 960cada9b8c8f6cfeaf6cab3b64707f0f8d176de (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/tar/diffarch.c | 4 |
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 |
