summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-03-21 16:32:06 +0000
committerjoerg <joerg@pkgsrc.org>2010-03-21 16:32:06 +0000
commitf12f412bd6ed1291dba170a15cf9b110bf0b1599 (patch)
treef05cf93201d23fa032773fa8d65130946aee4b40 /pkgtools
parentfd4f9e165659ac4c4bc31c1d70713953dcf2a99a (diff)
downloadpkgsrc-f12f412bd6ed1291dba170a15cf9b110bf0b1599.tar.gz
Apply patch from PR 34942: Match prototype and body in staticness.
Diffstat (limited to 'pkgtools')
-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;