close
Skip to content

Question: freebsd headers in new module #5001

@antoncxx

Description

@antoncxx

I would like to add bindings for some structures I need in FreeBSD. As per @tgross35 in #4985, all new headers should go in the new module. I've noticed that the existing bindings for FreeBSD are divided into different sub-modules depending on the FreeBSD version, so before I start I wanted to clarify the appropriate way to organize files/modules within the new/freebsd module.

The first thing that comes to mind is to have something similar to the existing structure, like:

new
└── freebsd
    ├── freebsd11
    │   ├── sys
    │   └── net
    │   └── ...
    └── freebsd12
        ├── sys
        └── net
        └── ...
...

Could one of the active contributors please advise on how to proceed? Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions