X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdaemonize.c;h=594cc58155b59608801d355ec3f419e0d17893c6;hp=3a006134b2bb9f5902b531b84c7d263315f81ae9;hb=9ac61dbdc19140c00f345aae570f18abbe079852;hpb=d5d516999a7f74b8906bd759533ba14fb40e5ae4 diff --git a/src/common/daemonize.c b/src/common/daemonize.c index 3a006134b..594cc5815 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -1,33 +1,22 @@ /* - * Copyright (C) 2013 - David Goulet - * Copyright (C) 2014 - Mathieu Desnoyers + * Copyright (C) 2013 David Goulet + * Copyright (C) 2014 Mathieu Desnoyers * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License, version 2 only, as - * published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0-only * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#define _GNU_SOURCE #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, @@ -119,7 +108,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);