[99288] trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-inline.c. diff
jmr at macports.org
jmr at macports.org
Tue Oct 30 23:56:53 PDT 2012
Revision: 99288
http://trac.macports.org//changeset/99288
Author: jmr at macports.org
Date: 2012-10-30 23:56:53 -0700 (Tue, 30 Oct 2012)
Log Message:
-----------
e2fsprogs: delete unused patchfile
Removed Paths:
-------------
trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-inline.c.diff
Deleted: trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-inline.c.diff
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-inline.c.diff 2012-10-31 04:15:32 UTC (rev 99287)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-inline.c.diff 2012-10-31 06:56:53 UTC (rev 99288)
@@ -1,14 +0,0 @@
---- lib/ext2fs/inline.c.orig 2011-10-17 03:20:24.000000000 +0200
-+++ lib/ext2fs/inline.c 2012-03-19 22:28:38.000000000 +0100
-@@ -60,7 +60,10 @@
- return EXT2_ET_NO_MEMORY;
- }
- #else
--#error memalign or posix_memalign must be defined!
-+ *(void **) ptr = (align > 16) ? valloc(size) : malloc(size);
-+ if (*(void **)ptr == NULL) {
-+ return EXT2_ET_NO_MEMORY;
-+ }
- #endif
- #endif
- return 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121030/4b443748/attachment.html>
More information about the macports-changes
mailing list