diff --git a/lib/src/clixon_client.c b/lib/src/clixon_client.c index c71445bc..2729298c 100644 --- a/lib/src/clixon_client.c +++ b/lib/src/clixon_client.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include diff --git a/lib/src/clixon_file.c b/lib/src/clixon_file.c index eec717e8..c4adbbae 100644 --- a/lib/src/clixon_file.c +++ b/lib/src/clixon_file.c @@ -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) * diff --git a/lib/src/clixon_proc.c b/lib/src/clixon_proc.c index 421b72ef..e68065a1 100644 --- a/lib/src/clixon_proc.c +++ b/lib/src/clixon_proc.c @@ -100,6 +100,7 @@ #endif #include #include +#include #include #include #include @@ -152,7 +153,6 @@ struct process_entry_t { proc_cb_t *pe_callback; /* Wrapper function, may be called from process_operation */ }; - /* Forward declaration */ static int clixon_process_sched_register(clicon_handle h, int delay); diff --git a/test/vagrant/Makefile.in b/test/vagrant/Makefile.in index edf938be..64a1799b 100644 --- a/test/vagrant/Makefile.in +++ b/test/vagrant/Makefile.in @@ -63,9 +63,9 @@ logs: # appear eg as generic/centos8.log $(VAGRANTS): logs ifdef LOGDIR - with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 > "$(LOGDIR)/vagrant-$(RESTCONF)-$(subst /,-,$@).log" + with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 > "$(LOGDIR)/vagrant-$(RESTCONF)-$(subst /,-,$@).log" else - with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 | tee "logs/vagrant-$(RESTCONF)-$(subst /,-,$@).log" + with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 | tee "logs/vagrant-$(RESTCONF)-$(subst /,-,$@).log" endif destroy: