aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-06-17 14:19:33 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-06-17 14:19:33 +0000
commit141d77b8cb6272fbbad34df51417ca2797f01e12 (patch)
tree293c983836205dba2d6eec29a747ed131feb6900 /usr.bin/find/function.c
parent0a266c86a2a8af315bba5524e1eea841f87feae7 (diff)
Notes
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r--usr.bin/find/function.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index d833a91328a4..1534ee2cbbb3 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -75,8 +75,6 @@ static const char rcsid[] =
} \
}
-u_long setflags __P((char **, u_long *, u_long *));
-
static PLAN *palloc __P((enum ntype, int (*) __P((PLAN *, FTSENT *))));
/*
@@ -1060,7 +1058,7 @@ c_flags(flags_str)
new->flags = F_ATLEAST;
flags_str++;
}
- if (setflags(&flags_str, &flags, &notflags) == 1)
+ if (strtofflags(&flags_str, &flags, &notflags) == 1)
errx(1, "-flags: %s: illegal flags string", flags_str);
new->fl_flags = flags;