summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-10-25 13:13:57 +1100
committerDamien Miller <djm@mindrot.org>2017-10-25 13:22:50 +1100
commitf5594f939f844bbb688313697d6676238da355b3 (patch)
tree87c30190bf74dff499e487c14f3e10058051f237 /openbsd-compat/openbsd-compat.h
parentd685e5a31feea35fb99e1a31a70b3c60a7f2a0eb (diff)
rename port-tun.[ch] => port-net.[ch]
Ahead of adding rdomain support
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. */