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

@ -100,6 +100,7 @@
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <sys/user.h>
@ -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);