summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/files/stat_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/mtree/files/stat_flags.c')
-rw-r--r--pkgtools/mtree/files/stat_flags.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/mtree/files/stat_flags.c b/pkgtools/mtree/files/stat_flags.c
index f036745f9c3..0ef284a4c74 100644
--- a/pkgtools/mtree/files/stat_flags.c
+++ b/pkgtools/mtree/files/stat_flags.c
@@ -1,4 +1,4 @@
-/* $NetBSD: stat_flags.c,v 1.4 2008/11/06 02:14:52 jschauma Exp $ */
+/* $NetBSD: stat_flags.c,v 1.5 2011/07/27 15:31:00 seb Exp $ */
/*-
* Copyright (c) 1993
@@ -32,11 +32,13 @@
#if HAVE_CONFIG_H
#include "config.h"
#endif
+#if 0
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#else
#define HAVE_STRUCT_STAT_ST_FLAGS 1
#endif
+#endif
#include <nbcompat.h>
#if HAVE_SYS_CDEFS_H
@@ -46,7 +48,7 @@
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.2 (Berkeley) 7/28/94";
#else
-__RCSID("$NetBSD: stat_flags.c,v 1.4 2008/11/06 02:14:52 jschauma Exp $");
+__RCSID("$NetBSD: stat_flags.c,v 1.5 2011/07/27 15:31:00 seb Exp $");
#endif
#endif /* not lint */