From a54fe1ca9c33931d7c4381a84ee11454f9831c08 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 31 May 2008 23:01:15 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'. --- net/mcl/files/patch-mcl_includes.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 net/mcl/files/patch-mcl_includes.h (limited to 'net/mcl/files/patch-mcl_includes.h') diff --git a/net/mcl/files/patch-mcl_includes.h b/net/mcl/files/patch-mcl_includes.h deleted file mode 100644 index d68a50637331..000000000000 --- a/net/mcl/files/patch-mcl_includes.h +++ /dev/null @@ -1,36 +0,0 @@ ---- src/alc/mcl_includes.h.orig Tue Jul 22 19:37:39 2003 -+++ src/alc/mcl_includes.h Tue Oct 14 15:23:54 2003 -@@ -40,11 +40,13 @@ - #include - #include - -+#ifndef FREEBSD - #if defined(DEBUG) && defined(MPATROL) && !defined(WIN32) - #include - #else - #include - #endif -+#endif - #include // required by _set_new_handler on linux - - -@@ -58,14 +60,18 @@ - #else /* UNIX Systems */ - - #include -+ -+#ifndef FREEBSD - #include /* for MAXINT */ -+#endif -+ - #include - #include - #include - #include - #include - --#ifdef SOLARIS -+#if defined(SOLARIS) || defined(FREEBSD) - #include - #endif /* SOLARIS */ - -- cgit v1.2.3