[Bug 211423] [exp-run] mprotect(): const void * -> void *

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 28 14:14:34 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211423

            Bug ID: 211423
           Summary: [exp-run] mprotect(): const void * -> void *
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: ed at FreeBSD.org
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 173070
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173070&action=edit
Patch for making mprotect() use 'void *'

Hi there,

Our mprotect() function deviates from the standard by using 'const void *'
instead of 'void *' as its first argument. I'm planning on changing this in
HEAD, but I'd like to see what it breaks.

Could one of you please do an exp-run to determine the impact? I guess it
doesn't matter if this run is done on 10.x, 11.x or HEAD.

Thanks,
Ed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list