Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling on FreeBSD #1

Open
stacksmith opened this issue Oct 14, 2023 · 2 comments
Open

Compiling on FreeBSD #1

stacksmith opened this issue Oct 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@stacksmith
Copy link
Contributor

To make it work on FreeBSD,

  • cc instead of gcc;
  • add 2 headers:
#include <sys/socket.h>
#include <netinet/in.h>
  • fix the memcpy bug on line 70 (see the issue)
@ir33k
Copy link
Owner

ir33k commented Oct 14, 2023

Hmm, ok but how to add 2 extra lines and not go over 100 lines limit?

@ir33k ir33k added the enhancement New feature or request label Oct 14, 2023
@ir33k
Copy link
Owner

ir33k commented Oct 14, 2023

There is single empty line that can be removed. But we need one more.
Anyway you are free to open Pull Request with those changes.
If you manage to make it without going over 100 lines then I will merge it for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants