pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/lib Add RC...
details: https://anonhg.NetBSD.org/pkgsrc/rev/faaaef9ec320
branches: pkg_install-renovation
changeset: 541591:faaaef9ec320
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Aug 06 12:58:52 2008 +0000
description:
Add RCSID.
diffstat:
pkgtools/pkg_install/files/lib/remove.c | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 63979cdd952d -r faaaef9ec320 pkgtools/pkg_install/files/lib/remove.c
--- a/pkgtools/pkg_install/files/lib/remove.c Wed Aug 06 12:58:22 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/remove.c Wed Aug 06 12:58:52 2008 +0000
@@ -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@localhost>.
@@ -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
Home |
Main Index |
Thread Index |
Old Index