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

Move netdb.h and ioctl.h into wolfio.c #7288

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

bandi13
Copy link
Contributor

@bandi13 bandi13 commented Mar 1, 2024

Better way to fix exclusion of netdb.h in the header files.

@bandi13 bandi13 self-assigned this Mar 1, 2024
@bandi13
Copy link
Contributor Author

bandi13 commented Mar 1, 2024

retest this please

@bandi13 bandi13 assigned wolfSSL-Bot and unassigned bandi13 Mar 1, 2024
@dgarske
Copy link
Contributor

dgarske commented Mar 1, 2024

FYI: This breaks wolfTPM again. The right solution for wolfTPM is to handle inclusion of netdb.h on its own. I'll put up another PR for that.

@dgarske
Copy link
Contributor

dgarske commented Mar 1, 2024

FYI: This breaks wolfTPM again. The right solution for wolfTPM is to handle inclusion of netdb.h on its own. I'll put up another PR for that.

wolfSSL/wolfTPM#333

@douzzer douzzer merged commit a59080a into wolfSSL:master Mar 1, 2024
112 checks passed
@bandi13 bandi13 deleted the fixNETDB_H branch March 4, 2024 14:47
@@ -163,15 +161,9 @@
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#ifdef HAVE_NETDB_H
Copy link
Contributor

Choose a reason for hiding this comment

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

WhyHAVE_NETDB_H and HAVE_SYS_IOCTL_H is removed? 😢

Copy link
Contributor

Choose a reason for hiding this comment

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

See #7381

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.

5 participants