Skip to content
Snippets Groups Projects
Commit e8c5db5b authored by Joseph Mingrone's avatar Joseph Mingrone Committed by Tim Wickberg
Browse files

Fix build on FreeBSD.

Add the POLLRDHUP hack used elsewhere to work around non-standard flag use.

Bug 3227.
parent d91417c8
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,10 @@
#include <sys/types.h>
#include <unistd.h>
#if defined(__FreeBSD__) || defined(__NetBSD__)
#define POLLRDHUP POLLHUP
#endif
#include "slurm/slurm.h"
#include "src/common/assoc_mgr.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment