summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/lib/path.c')
-rw-r--r--pkgtools/pkg_install/files/lib/path.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/lib/path.c b/pkgtools/pkg_install/files/lib/path.c
index 143a2df93b5..f4b22929a09 100644
--- a/pkgtools/pkg_install/files/lib/path.c
+++ b/pkgtools/pkg_install/files/lib/path.c
@@ -1,4 +1,4 @@
-/* $NetBSD: path.c,v 1.3 2003/09/01 16:27:15 jlam Exp $ */
+/* $NetBSD: path.c,v 1.4 2003/09/02 08:28:34 jlam Exp $ */
/*-
* Copyright (c)2002 YAMAMOTO Takashi,
@@ -26,15 +26,15 @@
* SUCH DAMAGE.
*/
-#include <nbcompat.h>
#if HAVE_CONFIG_H
#include "config.h"
#endif
+#include <nbcompat.h>
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
#ifndef lint
-__RCSID("$NetBSD: path.c,v 1.3 2003/09/01 16:27:15 jlam Exp $");
+__RCSID("$NetBSD: path.c,v 1.4 2003/09/02 08:28:34 jlam Exp $");
#endif
#if HAVE_ERR_H