summaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
diff options
context:
space:
mode:
authorhe <he@NetBSD.org>2006-12-14 20:55:56 +0000
committerhe <he@NetBSD.org>2006-12-14 20:55:56 +0000
commitcb49bdddc934d2a342553d5ce24c0ebd6e4deea7 (patch)
treea8e63622f72d42b8b5bb8ba6cf20c0ca32fa5983 /usr.bin/find/function.c
parent11b0ba9c5d5d20e6f59bd8155a5b4125bdf99f5d (diff)
Adapt find to the move of string_to_flags() and flags_to_string() to
libutil.
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r--usr.bin/find/function.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 1c7e4ad02d3..1864a95f661 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -1,4 +1,4 @@
-/* $NetBSD: function.c,v 1.59 2006/11/09 20:50:53 christos Exp $ */
+/* $NetBSD: function.c,v 1.60 2006/12/14 20:55:56 he Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "from: @(#)function.c 8.10 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: function.c,v 1.59 2006/11/09 20:50:53 christos Exp $");
+__RCSID("$NetBSD: function.c,v 1.60 2006/12/14 20:55:56 he Exp $");
#endif
#endif /* not lint */
@@ -63,7 +63,6 @@ __RCSID("$NetBSD: function.c,v 1.59 2006/11/09 20:50:53 christos Exp $");
#include <util.h>
#include "find.h"
-#include "stat_flags.h"
#define COMPARE(a, b) { \
switch (plan->flags) { \