Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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 <ftigeot@wolfpond.org>
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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.