summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/conflicts.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/lib/conflicts.c')
-rw-r--r--pkgtools/pkg_install/files/lib/conflicts.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/files/lib/conflicts.c b/pkgtools/pkg_install/files/lib/conflicts.c
index 57280098fa6..17e9491ca66 100644
--- a/pkgtools/pkg_install/files/lib/conflicts.c
+++ b/pkgtools/pkg_install/files/lib/conflicts.c
@@ -1,4 +1,4 @@
-/* $NetBSD: conflicts.c,v 1.4.6.3 2008/08/06 12:58:22 joerg Exp $ */
+/* $NetBSD: conflicts.c,v 1.4.6.4 2008/08/10 22:08:16 joerg Exp $ */
/*-
* Copyright (c) 2007 Roland Illig <rillig@NetBSD.org>.
@@ -48,7 +48,7 @@
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: conflicts.c,v 1.4.6.3 2008/08/06 12:58:22 joerg Exp $");
+__RCSID("$NetBSD: conflicts.c,v 1.4.6.4 2008/08/10 22:08:16 joerg Exp $");
#if HAVE_ERR_H
#include <err.h>
@@ -102,8 +102,6 @@ check_package_conflict(const char *pkgname, void *v)
return 0;
rv = 0;
- pkg.head = NULL;
- pkg.tail = NULL;
f = fopen_contents(pkgname, "r");
read_plist(&pkg, f);