summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/extern.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1997-08-29 23:09:45 +0000
committerimp <imp@FreeBSD.org>1997-08-29 23:09:45 +0000
commit56b404f65654839109645ac527c0d0acf275b04c (patch)
tree365ffa0f00528b6fac7535e6d5311ebf1525d71d /usr.bin/find/extern.h
parent02b5c984e21a8588a1a2f2d3870e16bd8ab7be2e (diff)
downloadFreeBSD-src-56b404f65654839109645ac527c0d0acf275b04c.zip
FreeBSD-src-56b404f65654839109645ac527c0d0acf275b04c.tar.gz
Add -execdir which will execute the exec command in the dir of the file
in question. This change and the fts changes should be merged into 2.2-stable as soon as they are vetted in -current. This should allow cleaning of files in /tmp to be reneabled. Obtained from: OpenBSD
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r--usr.bin/find/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index eb63ecd..6567583 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -52,6 +52,7 @@ PLAN *c_ctime __P((char *));
PLAN *c_delete __P((void));
PLAN *c_depth __P((void));
PLAN *c_exec __P((char ***, int));
+PLAN *c_execdir __P((char ***));
PLAN *c_follow __P((void));
PLAN *c_fstype __P((char *));
PLAN *c_group __P((char *));
OpenPOWER on IntegriCloud