freebsd-ports/cad/tkgate/files/patch-src_common_list.c
Vsevolod Stakhov c6ce1c0b39 - Update to 2.1
- Use autoreconf
- Add pango dependency
- Remove obsoleted master site
- Add patches to avoid malloc.h include

PR:		234081
Submitted by:		ManFree <roman_romul at mail.ru>
2019-08-08 15:08:31 +00:00

10 lines
317 B
C

--- src/common/list.c.orig 2019-08-08 12:43:30 UTC
+++ src/common/list.c
@@ -16,7 +16,6 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
****************************************************************************/
#include <stdlib.h>
-#include <malloc.h>
#include "misc.h"
#include "list.h"