summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/add/extract.c
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-02 08:28:22 +0000
committerjlam <jlam@pkgsrc.org>2003-09-02 08:28:22 +0000
commit200c00f729e0a1b450a9917e05cf79d71a0d4843 (patch)
tree7198a3cb156bd83aa89f657e03f0b19123a6cda0 /pkgtools/pkg_install/files/add/extract.c
parentf1988d5987b8835a0c4f789709ec9925cf8f323b (diff)
downloadpkgsrc-200c00f729e0a1b450a9917e05cf79d71a0d4843.tar.gz
Sync to latest pkg_install sources from the HEAD for pkg_delete
optimizations and man page fixes. Also use recent src2nbcompat to reverse the order that "config.h" and <nbcompat.h> are included in *.[ch] files.
Diffstat (limited to 'pkgtools/pkg_install/files/add/extract.c')
-rw-r--r--pkgtools/pkg_install/files/add/extract.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/add/extract.c b/pkgtools/pkg_install/files/add/extract.c
index f8f4a7a8efe..3ae10c6fa17 100644
--- a/pkgtools/pkg_install/files/add/extract.c
+++ b/pkgtools/pkg_install/files/add/extract.c
@@ -1,9 +1,9 @@
-/* $NetBSD: extract.c,v 1.5 2003/09/02 01:37:04 jlam Exp $ */
+/* $NetBSD: extract.c,v 1.6 2003/09/02 08:28:22 jlam Exp $ */
-#include <nbcompat.h>
#if HAVE_CONFIG_H
#include "config.h"
#endif
+#include <nbcompat.h>
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
@@ -11,7 +11,7 @@
#if 0
static const char *rcsid = "FreeBSD - Id: extract.c,v 1.17 1997/10/08 07:45:35 charnier Exp";
#else
-__RCSID("$NetBSD: extract.c,v 1.5 2003/09/02 01:37:04 jlam Exp $");
+__RCSID("$NetBSD: extract.c,v 1.6 2003/09/02 08:28:22 jlam Exp $");
#endif
#endif