[Libreoffice-commits] .: sal/osl
François Tigeot
ftigeot at kemper.freedesktop.org
Sun Feb 5 02:29:11 PST 2012
sal/osl/unx/tempfile.c | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 9648045af26e127db4854349b3bd039f566ffb12
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Sun Feb 5 11:28:36 2012 +0100
Remove useless NETBSD check
diff --git a/sal/osl/unx/tempfile.c b/sal/osl/unx/tempfile.c
index 7e888bb..9517e86 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>
More information about the Libreoffice-commits
mailing list