summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-12-12 21:42:10 +0100
committerNoel Grandin <noelgrandin@gmail.com>2013-12-13 09:07:07 +0000
commitc69b6417af9d03b81813e6d56cdd082d511aef24 (patch)
treef0ce56a3c925f2a914492a3b1029ed875ea2ec80 /sal
parentaf8191d2fa6bc7fce9020fd75c44c78d87cc1d75 (diff)
fdo#72598 Remove SunStudio cruft from code base
Change-Id: Ia6799c852eb95d496fbc8dcfdabde62dffc263a6 Reviewed-on: https://gerrit.libreoffice.org/7066 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/security.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/osl/unx/security.c b/sal/osl/unx/security.c
index 82f97a95e6fc..2be082644507 100644
--- a/sal/osl/unx/security.c
+++ b/sal/osl/unx/security.c
@@ -18,12 +18,7 @@
*/
#include <stddef.h>
-
-/* Solaris 8 has no C99 stdint.h, and Solaris generally seems not to miss it for
- SIZE_MAX: */
-#if !defined __SUNPRO_C
#include <stdint.h>
-#endif
#include "system.h"