The attached patch a 386BSD #defined test (the only one ?)

If nobody objects, I'll push it in a few hours.

I have left the MACH test intact. Does someone know if it is useful to
have around or if it corresponds to another dead system ?

AFAIK, MacOS X uses a Mach kernel but its associated #define is MACOSX

-- 
Francois Tigeot
>From 2be829651458fe5443f1c22f915b88d562a00131 Mon Sep 17 00:00:00 2001
From: Francois Tigeot <[email protected]>
Date: Mon, 21 Feb 2011 17:08:54 +0100
Subject: [PATCH] Remove 386BSD support.

---
 soltools/mkdepend/imakemdep.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/soltools/mkdepend/imakemdep.h b/soltools/mkdepend/imakemdep.h
index 18ab7a7..e0d7438 100644
--- a/soltools/mkdepend/imakemdep.h
+++ b/soltools/mkdepend/imakemdep.h
@@ -274,7 +274,7 @@ char *cpp_argv[ARGUMENTS] = {
 #ifdef unix
     "-Uunix",  /* remove unix symbol so that filename unix.c okay */
 #endif
-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || 
defined(__OpenBSD__) || \
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \
     defined(MACH) || defined(DRAGONFLY)
 /* FIXME: strange list of obsolete systems */
 # ifdef __i386__
-- 
1.7.3.4

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to