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

Support FreeBSD in the default configuration #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schwabe
Copy link

@schwabe schwabe commented Sep 12, 2024

FreeBSD support is basically just very small changes related to some different includes and one define to not hide non-standard defines like B115200.

@@ -1,7 +1,10 @@
/* Author: Magnus Ivarsson <magnus.ivarsson@volvo.com> */

/* to get rid of implicit function declarations */
#ifndef __FreeBSD__
/* definening this on FreeBSD hides non-standard defines that sio.c depends on */
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typ0 'definening' -> 'defining'

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

FreeBSD support is basically just very small changes related to
some different includes and one define to not hide non-standard defines
like B115200.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants