mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 11:12:46 +00:00
Add missing `void' for function without arguments.
This commit is contained in:
parent
6cb02977e2
commit
3d65b2f568
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201179
@ -219,7 +219,7 @@ ftree_sel(ARCHD *arcn)
|
||||
*/
|
||||
|
||||
void
|
||||
ftree_notsel()
|
||||
ftree_notsel(void)
|
||||
{
|
||||
if (ftent != NULL)
|
||||
(void)fts_set(ftsp, ftent, FTS_SKIP);
|
||||
|
Loading…
Reference in New Issue
Block a user