Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/info/perform.c,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/info/perform.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.54 retrieving revision 1.55 diff -u -p -r1.54 -r1.55 --- pkgsrc/pkgtools/pkg_install/files/info/perform.c 2009/03/08 14:50:36 1.54 +++ pkgsrc/pkgtools/pkg_install/files/info/perform.c 2009/03/09 19:58:45 1.55 @@ -1,4 +1,4 @@ -/* $NetBSD: perform.c,v 1.54 2009/03/08 14:50:36 joerg Exp $ */ +/* $NetBSD: perform.c,v 1.55 2009/03/09 19:58:45 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -13,7 +13,7 @@ #if HAVE_SYS_WAIT_H #include #endif -__RCSID("$NetBSD: perform.c,v 1.54 2009/03/08 14:50:36 joerg Exp $"); +__RCSID("$NetBSD: perform.c,v 1.55 2009/03/09 19:58:45 joerg Exp $"); /*- * Copyright (c) 2008 Joerg Sonnenberger . @@ -233,7 +233,6 @@ has_entry: meta = NULL; } - archive_read_finish(archive); meta->is_installed = 0; return meta;