X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Ffdtable.c;h=71dba9f9e0b5d5e424f20e503a1476a4218e4ecf;hb=6f182b5468d6f80dfbd1002ad3966c904686ca40;hp=ef39ba6320c9bd277d7fbf07907d5847eeb39b01;hpb=5a2f5e92e422d87a28581ba97e6b1789ff743bc6;p=lttng-modules.git diff --git a/wrapper/fdtable.c b/wrapper/fdtable.c index ef39ba63..71dba9f9 100644 --- a/wrapper/fdtable.c +++ b/wrapper/fdtable.c @@ -1,28 +1,14 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) * wrapper/fdtable.c * * Copyright (C) 2013 Mathieu Desnoyers - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; only - * version 2.1 of the License. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include #include -#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,7,0)) /* * Reimplementation of iterate_fd() for kernels between 2.6.32 and 3.6