From 200c00f729e0a1b450a9917e05cf79d71a0d4843 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 2 Sep 2003 08:28:22 +0000 Subject: 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 are included in *.[ch] files. --- pkgtools/pkg_install/files/add/extract.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools/pkg_install/files/add/extract.c') 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 #if HAVE_CONFIG_H #include "config.h" #endif +#include #if HAVE_SYS_CDEFS_H #include #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 -- cgit v1.2.3