summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-06 12:58:52 +0000
committerjoerg <joerg>2008-08-06 12:58:52 +0000
commit30f093f3ba1c662dc1c81de76e9c9cd888c01d46 (patch)
tree6e2ed6e2a3b50319350d29047217388880b46dd4
parent95043975bed9206b2e83d5ef92976c5eca08462b (diff)
downloadpkgsrc-30f093f3ba1c662dc1c81de76e9c9cd888c01d46.tar.gz
Add RCSID.
-rw-r--r--pkgtools/pkg_install/files/lib/remove.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/lib/remove.c b/pkgtools/pkg_install/files/lib/remove.c
index b8c45e15c26..50cc4216bb5 100644
--- a/pkgtools/pkg_install/files/lib/remove.c
+++ b/pkgtools/pkg_install/files/lib/remove.c
@@ -1,4 +1,4 @@
-/* $NetBSD: remove.c,v 1.1.2.1 2008/08/05 22:56:24 joerg Exp $ */
+/* $NetBSD: remove.c,v 1.1.2.2 2008/08/06 12:58:52 joerg Exp $ */
/*-
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -29,6 +29,18 @@
* SUCH DAMAGE.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <nbcompat.h>
+
+#if HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
+
+__RCSID("$NetBSD: remove.c,v 1.1.2.2 2008/08/06 12:58:52 joerg Exp $");
+
#if HAVE_DIRENT_H
#include <dirent.h>
#endif