summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-03-20 10:32:05 +0000
committermarkm <markm@FreeBSD.org>2002-03-20 10:32:05 +0000
commitd7ea51307ac2d71ca660e3543a6d89543e2aee1b (patch)
tree8315de7678ad5b14f81e61cf1ca93501c22918fc /usr.bin/find/find.h
parent378990c7c88bf4bfb6ac322cc48ecdf998b616be (diff)
downloadFreeBSD-src-d7ea51307ac2d71ca660e3543a6d89543e2aee1b.zip
FreeBSD-src-d7ea51307ac2d71ca660e3543a6d89543e2aee1b.tar.gz
Remove __P().
Diffstat (limited to 'usr.bin/find/find.h')
-rw-r--r--usr.bin/find/find.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index 32009eb..1a210d0 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -44,7 +44,7 @@ struct _plandata;
struct _option;
/* execute function */
-typedef int exec_f __P((struct _plandata *, FTSENT *));
+typedef int exec_f(struct _plandata *, FTSENT *);
/* create function */
typedef struct _plandata *creat_f(struct _option *, char ***);
OpenPOWER on IntegriCloud