Skip to content

FreeBSD build breaks #4

@aviumcaravan

Description

@aviumcaravan

SPARE_USRSPACE

  • according to the commit history, on December 6th 2019 SPARE_USRSPACE got removed due to being unused legacy API, making the FreeBSD version no longer possible to build.

  • proposed solution: defining it in src/freebsd/osload.c as 4096 (that's the value it's supposed to be) or replacing the call instance with an integer value.

cannot build src/freebsd/signal.c

  • at line 45, position 7 of src/freebsd/signal.h the si_band macro is called causing the two issues in the picture below:

screenshot showing build errors related to the macro

  • proposed solution: ...no idea, to be perfectly honest. maybe someone smarter than me can figure this out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions