[svn:parrot] r42762 - trunk/src

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 18:28:17 UTC 2009


Author: jkeenan
Date: Sat Nov 21 18:28:15 2009
New Revision: 42762
URL: https://trac.parrot.org/parrot/changeset/42762

Log:
Delete references to resolved RT #56110.

Modified:
   trunk/src/packfile.c

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Sat Nov 21 18:25:55 2009	(r42761)
+++ trunk/src/packfile.c	Sat Nov 21 18:28:15 2009	(r42762)
@@ -530,7 +530,7 @@
     if (pf->is_mmap_ped) {
         DECL_CONST_CAST;
         /* Cast the result to void to avoid a warning with
-         * some not-so-standard mmap headers, see RT #56110
+         * some not-so-standard mmap headers
          */
         munmap((void *)PARROT_const_cast(opcode_t *, pf->src), pf->size);
     }
@@ -1105,7 +1105,7 @@
     && (self->need_endianize || self->need_wordsize)) {
         DECL_CONST_CAST;
         /* Cast the result to void to avoid a warning with
-         * some not-so-standard mmap headers, see RT #56110
+         * some not-so-standard mmap headers
          */
         munmap((void *)PARROT_const_cast(opcode_t *, self->src), self->size);
         self->is_mmap_ped = 0;


More information about the parrot-commits mailing list