summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree/compare.c')
-rw-r--r--usr.sbin/mtree/compare.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c
index 108d16e..5b621f0 100644
--- a/usr.sbin/mtree/compare.c
+++ b/usr.sbin/mtree/compare.c
@@ -64,8 +64,6 @@ __FBSDID("$FreeBSD$");
extern int uflag;
extern int lineno;
-static const char *ftype(u_int);
-
#define INDENTNAMELEN 8
#define LABEL \
if (!label++) { \
@@ -333,7 +331,7 @@ inotype(u_int type)
/* NOTREACHED */
}
-static const char *
+const char *
ftype(u_int type)
{
switch(type) {
OpenPOWER on IntegriCloud