X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fendian.h;h=ff383763461f19e32d76439275755f27524ea5a3;hp=b9382baaa560984ad18bce3f84ea0f765e418cda;hb=HEAD;hpb=ae9d96fe577c198df432102cde69a28e82cccc1b diff --git a/src/common/compat/endian.h b/src/common/compat/endian.h deleted file mode 100644 index b9382baaa..000000000 --- a/src/common/compat/endian.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (C) 2011 - David Goulet - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; only version 2 of the License. - * - * 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., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -#ifdef _COMPAT_ENDIAN_H -#define _COMPAT_ENDIAN_H - -#ifdef __linux__ -#include -#elif __FreeBSD__ -#include -#else -#error "Please add support for your OS into lttng/ust-endian.h." -#endif - -#endif /* _COMPAT_ENDIAN_H */