summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2012-02-05 11:28:36 +0100
committerFrançois Tigeot <ftigeot@wolfpond.org>2012-02-05 11:28:36 +0100
commit9648045af26e127db4854349b3bd039f566ffb12 (patch)
tree653e9a587085f0c39336ab618e8b5b9a4ff4c7f1 /sal
parentSome cppcheck cleaning (diff)
downloadcore-9648045af26e127db4854349b3bd039f566ffb12.tar.gz
core-9648045af26e127db4854349b3bd039f566ffb12.zip
Remove useless NETBSD check
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/tempfile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/unx/tempfile.c b/sal/osl/unx/tempfile.c
index 7e888bbd4812..9517e86ef56b 100644
--- a/sal/osl/unx/tempfile.c
+++ b/sal/osl/unx/tempfile.c
@@ -31,9 +31,6 @@
/*****************************************************************/
#include <stdio.h>
-#if defined(NETBSD)
-#include <paths.h>
-#endif
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>