summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index cac799e84..73123bb3f 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -322,7 +322,7 @@ char *shadow_pw(struct passwd *pw);
322#include "port-irix.h" 322#include "port-irix.h"
323#include "port-linux.h" 323#include "port-linux.h"
324#include "port-solaris.h" 324#include "port-solaris.h"
325#include "port-tun.h" 325#include "port-net.h"
326#include "port-uw.h" 326#include "port-uw.h"
327 327
328/* _FORTIFY_SOURCE breaks FD_ISSET(n)/FD_SET(n) for n > FD_SETSIZE. Avoid. */ 328/* _FORTIFY_SOURCE breaks FD_ISSET(n)/FD_SET(n) for n > FD_SETSIZE. Avoid. */