X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdaemonize.c;h=40cef3840000a9a44848d779f531a9ea400ae983;hb=f3630ec4ac23f0bc4f2e9b438310eadb5d3ebcb4;hp=4b4531d53613f792d0bf410bc2048085cee9db2e;hpb=890d8fe47755c3bad936389cf48ffa141cff41c9;p=lttng-tools.git diff --git a/src/common/daemonize.c b/src/common/daemonize.c index 4b4531d53..40cef3840 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -18,15 +18,15 @@ #define _LGPL_SOURCE #include -#include +#include #include -#include +#include #include #include -#include -#include +#include +#include LTTNG_HIDDEN int lttng_daemonize(pid_t *child_ppid, int *completion_flag, @@ -118,7 +118,7 @@ int lttng_daemonize(pid_t *child_ppid, int *completion_flag, /* * From this point on, the parent can exit and the child - * is now an operationnal session daemon ready to serve + * is now an operational session daemon ready to serve * clients and applications. */ exit(EXIT_SUCCESS);