[Midnightbsd-cvs] [MidnightBSD/mports] c271e4: www/mod_perl2: fix incompatible function pointer t...

Lucas Holt noreply at github.com
Fri Jun 5 17:07:16 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: c271e474e485c87cef5c82067f4b566f439ca771
      https://github.com/MidnightBSD/mports/commit/c271e474e485c87cef5c82067f4b566f439ca771
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    A www/mod_perl2/files/patch-src-modules-perl-modperl_common_util.c

  Log Message:
  -----------
  www/mod_perl2: fix incompatible function pointer type in 32-bit builds

On i386 (32-bit), I32 is 'long int' while int is 'int', so using int
for the namelen argument in modperl_table_magic_copy causes an
incompatible pointer type error when assigning to the MGVTBL svt_copy
slot. Use I32 to match the actual MGVTBL prototype.

Taken from upstream trunk (post-2.0.13 commit ead5012).

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list