diff options
author | François Tigeot <ftigeot@wolfpond.org> | 2012-02-05 11:28:36 +0100 |
---|---|---|
committer | François Tigeot <ftigeot@wolfpond.org> | 2012-02-05 11:28:36 +0100 |
commit | 9648045af26e127db4854349b3bd039f566ffb12 (patch) | |
tree | 653e9a587085f0c39336ab618e8b5b9a4ff4c7f1 | |
parent | fa6665282e2a7c8753eb35b2f03499134413caca (diff) |
Remove useless NETBSD check
-rw-r--r-- | sal/osl/unx/tempfile.c | 3 |
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> |