diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2014-08-08 14:47:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-08 14:16:05 +0000 |
commit | b471943640f51e252046e2c91a7cb00d72f8d07c (patch) | |
tree | 346ed4047529b54def39577789c4a580f800412c /include | |
parent | 5ab1098d5fbc1ba092da73af2b92e5bcdd7a3f8d (diff) |
osl: kill check for ancient freebsd < 7 versions
Change-Id: I082611edd88daae36181d62f9fc56b588630629b
Reviewed-on: https://gerrit.libreoffice.org/10828
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/endian.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h index 30fa42be0057..0819deebba41 100644 --- a/include/osl/endian.h +++ b/include/osl/endian.h @@ -80,13 +80,6 @@ extern "C" { #ifdef FREEBSD # include <sys/param.h> # include <machine/endian.h> -#if __FreeBSD_version < 500000 -# if BYTE_ORDER == LITTLE_ENDIAN -# define _LITTLE_ENDIAN -# elif BYTE_ORDER == BIG_ENDIAN -# define _BIG_ENDIAN -# endif -#endif #endif #ifdef AIX |