summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorjoerg <joerg>2010-03-21 16:32:06 +0000
committerjoerg <joerg>2010-03-21 16:32:06 +0000
commit88e9be107457a20f36774c5627eff0845681d08a (patch)
treef05cf93201d23fa032773fa8d65130946aee4b40 /pkgtools/mtree
parentaacea3605e1c16d7250a11499b4ee07125b379ae (diff)
downloadpkgsrc-88e9be107457a20f36774c5627eff0845681d08a.tar.gz
Apply patch from PR 34942: Match prototype and body in staticness.
Diffstat (limited to 'pkgtools/mtree')
-rw-r--r--pkgtools/mtree/files/create.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/mtree/files/create.c b/pkgtools/mtree/files/create.c
index e1bdceba231..41263dd4eca 100644
--- a/pkgtools/mtree/files/create.c
+++ b/pkgtools/mtree/files/create.c
@@ -1,4 +1,4 @@
-/* $NetBSD: create.c,v 1.7 2010/03/21 16:30:17 joerg Exp $ */
+/* $NetBSD: create.c,v 1.8 2010/03/21 16:32:06 joerg Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -44,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)create.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: create.c,v 1.7 2010/03/21 16:30:17 joerg Exp $");
+__RCSID("$NetBSD: create.c,v 1.8 2010/03/21 16:32:06 joerg Exp $");
#endif
#endif /* not lint */
@@ -421,7 +421,7 @@ dsort(const FTSENT **a, const FTSENT **b)
return (strcmp((*a)->fts_name, (*b)->fts_name));
}
-void
+static void
output(int *offset, const char *fmt, ...)
{
va_list ap;