diff options
author | Damien Miller <djm@mindrot.org> | 2017-10-25 13:13:57 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-10-25 13:22:50 +1100 |
commit | f5594f939f844bbb688313697d6676238da355b3 (patch) | |
tree | 87c30190bf74dff499e487c14f3e10058051f237 /openbsd-compat | |
parent | d685e5a31feea35fb99e1a31a70b3c60a7f2a0eb (diff) |
rename port-tun.[ch] => port-net.[ch]
Ahead of adding rdomain support
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/Makefile.in | 2 | ||||
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 2 | ||||
-rw-r--r-- | openbsd-compat/port-net.c (renamed from openbsd-compat/port-tun.c) | 0 | ||||
-rw-r--r-- | openbsd-compat/port-net.h (renamed from openbsd-compat/port-tun.h) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index ac8ae4305..5eef024b5 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -20,7 +20,7 @@ OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o di | |||
20 | 20 | ||
21 | COMPAT=arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-err.o bsd-getpagesize.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-malloc.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xcrypt.o kludge-fd_set.o | 21 | COMPAT=arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-err.o bsd-getpagesize.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-malloc.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xcrypt.o kludge-fd_set.o |
22 | 22 | ||
23 | PORTS=port-aix.o port-irix.o port-linux.o port-solaris.o port-tun.o port-uw.o | 23 | PORTS=port-aix.o port-irix.o port-linux.o port-solaris.o port-net.o port-uw.o |
24 | 24 | ||
25 | .c.o: | 25 | .c.o: |
26 | $(CC) $(CFLAGS) $(CPPFLAGS) -c $< | 26 | $(CC) $(CFLAGS) $(CPPFLAGS) -c $< |
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. */ |
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-net.c index 0e75c911d..0e75c911d 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-net.c | |||
diff --git a/openbsd-compat/port-tun.h b/openbsd-compat/port-net.h index 926bc93e1..926bc93e1 100644 --- a/openbsd-compat/port-tun.h +++ b/openbsd-compat/port-net.h | |||