From 52eb581e52f6d14ac554b40db2d0cfc2bf396041 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 13 Dec 2011 15:51:41 +0000 Subject: [PATCH] renamed to ellFree-compat.patch --- backwardcompat1.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 backwardcompat1.patch diff --git a/backwardcompat1.patch b/backwardcompat1.patch deleted file mode 100644 index e11af195f..000000000 --- a/backwardcompat1.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: src/libCom/ellLib/ellLib.c -=================================================================== -RCS file: /cvs/G/EPICS/base-3.14.12/src/libCom/ellLib/ellLib.c,v -retrieving revision 1.1.1.1 -diff -u -r1.1.1.1 ellLib.c ---- src/libCom/ellLib/ellLib.c 29 Nov 2010 10:38:07 -0000 1.1.1.1 -+++ src/libCom/ellLib/ellLib.c 21 Jun 2011 07:37:04 -0000 -@@ -282,6 +282,13 @@ - pList->count = 0; - } - -+/* for backward compatibility provide a function ellFree() in addition to macro */ -+#undef ellFree -+void ellFree (ELLLIST *pList) -+{ -+ ellFree2 (pList, free); -+} -+ - /**************************************************************************** - * - * This function verifies that the list is consistent.