summaryrefslogtreecommitdiff
path: root/usr.bin/find/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r--usr.bin/find/extern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 5c94035..825351e 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -31,8 +31,6 @@
* from: @(#)extern.h 8.3 (Berkeley) 4/16/94
*/
-#include <sys/cdefs.h>
-
void brace_subst(char *, char **, char *, int *);
PLAN *find_create(char ***);
int find_execute(PLAN *, char **);
@@ -62,7 +60,6 @@ PLAN *c_exec(char ***, int, char *);
PLAN *c_execdir(char ***, int, char *);
PLAN *c_exit(char ***, int, char *);
PLAN *c_false(char ***, int, char *);
-PLAN *c_flags(char ***, int, char *);
PLAN *c_follow(char ***, int, char *);
PLAN *c_fprint(char ***, int, char *);
PLAN *c_fstype(char ***, int, char *);