Freebsd socketpair include problems and lack of TAB in vagrant Makefile

This commit is contained in:
Olof hagsand 2022-12-27 11:56:21 +01:00
parent ca23b63a4e
commit 5b9921933a
4 changed files with 5 additions and 4 deletions

View file

@ -162,7 +162,7 @@ clicon_files_recursive(const char *dir,
/*! Return alphabetically sorted files from a directory matching regexp
*
* @param[in] dir Directory path
* @param[out] ent Entries pointer, will be filled in with dir entries. Free
* @param[out] ent Entries pointer, will be filled in with dir entries. Free after use
* @param[in] regexp Regexp filename matching
* @param[in] type File type matching, see stat(2)
*