aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3/files
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:11:30 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:11:30 +0000
commitd74ec151602e0abbb6b4eaf00038e0746eae1949 (patch)
treea12af17fba8757230b0fa6a7230b9c9e74f75988 /math/fftw3/files
parent90b5786ec01b9879da5ae014513c72981d832d61 (diff)
Notes
Diffstat (limited to 'math/fftw3/files')
-rw-r--r--math/fftw3/files/patch-alloc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/fftw3/files/patch-alloc.c b/math/fftw3/files/patch-alloc.c
deleted file mode 100644
index 0294284563ef..000000000000
--- a/math/fftw3/files/patch-alloc.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- kernel/alloc.c.orig Sat Mar 15 15:29:43 2003
-+++ kernel/alloc.c Thu Dec 9 03:31:56 2004
-@@ -79,6 +79,9 @@
- # undef real_free
- # define real_free our_free16
-
-+
-+# elif defined(__FreeBSD__)
-+ p = malloc(n);
- # elif defined(HAVE_MEMALIGN)
- p = memalign(MIN_ALIGNMENT, n);
-