summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-29 08:45:50 +0000
committered <ed@FreeBSD.org>2009-12-29 08:45:50 +0000
commit19e06e638405748af38265f2e8cc1f62fb15bce5 (patch)
tree573a30ac8fa1428a6bcfd5545dc9eda10a593201 /bin
parent06d50a120ca791957065c2823c515e488dcce7dd (diff)
downloadFreeBSD-src-19e06e638405748af38265f2e8cc1f62fb15bce5.zip
FreeBSD-src-19e06e638405748af38265f2e8cc1f62fb15bce5.tar.gz
Add missing `void' for function without arguments.
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/ftree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c
index f402c56..1fb06ac 100644
--- a/bin/pax/ftree.c
+++ b/bin/pax/ftree.c
@@ -219,7 +219,7 @@ ftree_sel(ARCHD *arcn)
*/
void
-ftree_notsel()
+ftree_notsel(void)
{
if (ftent != NULL)
(void)fts_set(ftsp, ftent, FTS_SKIP);
OpenPOWER on IntegriCloud