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

Fix windows agent compile error/warnings #define ENOBUFS, ALERT_SYSTEM_ERR #176

Merged
merged 1 commit into from
Apr 4, 2014

Conversation

jbcheng
Copy link
Contributor

@jbcheng jbcheng commented Apr 4, 2014

The errno.h in some versions of MinGW do not have ENOBUFS defined, causing Travis CI windows_agent build to fail. This PR fixs that.
Also, this PR gets rid of compile warnings regarding ALERT_SYSTEM_ERROR being redefined in rootcheck/rootcheck.h, which was also defined in /i686-w64-mingw32/include/winuser.h:4997

jrossi added a commit that referenced this pull request Apr 4, 2014
Fix windows agent compile error/warnings #define ENOBUFS, ALERT_SYSTEM_ERR
@jrossi jrossi merged commit 4fa544c into ossec:master Apr 4, 2014
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