summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2007-02-16 22:57:09 +0000
committertonio <tonio@pkgsrc.org>2007-02-16 22:57:09 +0000
commit29ad9606ab7610825043abb9c8f8340dffd94145 (patch)
tree2158ab1c7d1080de2cc2da93be87448a3e23bd89 /pkgtools
parent79a92f0ff1100027ba056047954917d167b42dc8 (diff)
downloadpkgsrc-29ad9606ab7610825043abb9c8f8340dffd94145.tar.gz
Make sure pkg_filecheck uses db185 api
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_filecheck/Makefile4
-rw-r--r--pkgtools/pkg_filecheck/files/pkg_filecheck.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile
index 245efafbb04..9f769c499ca 100644
--- a/pkgtools/pkg_filecheck/Makefile
+++ b/pkgtools/pkg_filecheck/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2006/10/24 19:23:38 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2007/02/16 22:57:09 tonio Exp $
#
-DISTNAME= pkg_filecheck-0.3
+DISTNAME= pkg_filecheck-0.4
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkg_filecheck/files/pkg_filecheck.c b/pkgtools/pkg_filecheck/files/pkg_filecheck.c
index 6bc3a8f73ae..6932e45008a 100644
--- a/pkgtools/pkg_filecheck/files/pkg_filecheck.c
+++ b/pkgtools/pkg_filecheck/files/pkg_filecheck.c
@@ -1,5 +1,5 @@
/*
- $NetBSD: pkg_filecheck.c,v 1.4 2006/10/24 19:23:38 rillig Exp $
+ $NetBSD: pkg_filecheck.c,v 1.5 2007/02/16 22:57:09 tonio Exp $
pkg_filecheck.c -- check for files not owned by any package
Copyright (C) 2001 Dieter Baron
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <db.h>
+#include <db_185.h>
#include <errno.h>
#include <fcntl.h>
#if !defined(USE_LIBNBCOMPAT) || defined(HAVE_FTS_H)