summaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-12-20 21:35:51 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-12-20 21:36:52 -0500
commit4b6e5737241feacc0764e56e438cabee2ff3429e (patch)
treeef2feba7aa9ee59d5c63284e7002ae4b6b7193cf /parse.c
parent11e8c667f62ef3a1a0b099013352ba6053595142 (diff)
downloadbfs-4b6e5737241feacc0764e56e438cabee2ff3429e.tar.xz
Implement -mnewer
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index c1cfd3a..1697b7b 100644
--- a/parse.c
+++ b/parse.c
@@ -1824,6 +1824,7 @@ static const struct table_entry parse_table[] = {
{"maxdepth", false, parse_depth_limit, false},
{"mindepth", false, parse_depth_limit, true},
{"mmin", false, parse_acmtime, MTIME, MINUTES},
+ {"mnewer", false, parse_acnewer, MTIME},
{"mount", false, parse_mount},
{"mtime", false, parse_acmtime, MTIME, DAYS},
{"name", false, parse_name, false},