summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_filecheck/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-08 21:57:57 +0000
committerjlam <jlam@pkgsrc.org>2007-09-08 21:57:57 +0000
commit1380f9cec64ce190e8f8a0296512ae18be6651f8 (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /pkgtools/pkg_filecheck/files
parentfaefa43a39defd33e687da9d3dc995a9fd2e90e6 (diff)
downloadpkgsrc-1380f9cec64ce190e8f8a0296512ae18be6651f8.tar.gz
Convert to use the features framework.
Diffstat (limited to 'pkgtools/pkg_filecheck/files')
-rw-r--r--pkgtools/pkg_filecheck/files/pkg_filecheck.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgtools/pkg_filecheck/files/pkg_filecheck.c b/pkgtools/pkg_filecheck/files/pkg_filecheck.c
index 6932e45008a..149dc4f053b 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.5 2007/02/16 22:57:09 tonio Exp $
+ $NetBSD: pkg_filecheck.c,v 1.6 2007/09/08 21:57:59 jlam Exp $
pkg_filecheck.c -- check for files not owned by any package
Copyright (C) 2001 Dieter Baron
@@ -30,18 +30,12 @@
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if defined(USE_LIBNBCOMPAT)
-#include <nbcompat.h>
-#endif
-
#include <sys/types.h>
#include <sys/stat.h>
#include <db_185.h>
#include <errno.h>
#include <fcntl.h>
-#if !defined(USE_LIBNBCOMPAT) || defined(HAVE_FTS_H)
#include <fts.h>
-#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>