Files
pkgsrc-ng/cad/felt/patches/patch-ag
2013-09-26 17:14:40 +02:00

14 lines
319 B
Plaintext

$NetBSD: patch-ag,v 1.2 2009/12/17 20:31:37 abs Exp $
--- lib/Matrix/c_factor.c.orig 2000-02-21 22:44:25.000000000 +0000
+++ lib/Matrix/c_factor.c
@@ -26,7 +26,7 @@
# include <stdio.h>
# include <math.h>
-# include <malloc.h>
+# include <stdlib.h>
# include "matrix.h"
# include "cmatrix.h"
# include "error.h"