]> andersk Git - openssh.git/blobdiff - misc.c
- (djm) [Makefile.in configure.ac includes.h misc.c]
[openssh.git] / misc.c
diff --git a/misc.c b/misc.c
index 4141e6c482f210e6d7a6327a3773ee892e2c5ceb..76dbf40eac1cea206833ba2b62ad610db1c2c548 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -543,7 +543,7 @@ tun_open(int tun, int mode)
 {
 #if defined(CUSTOM_SYS_TUN_OPEN)
        return (sys_tun_open(tun, mode));
-#elif defined(SSH_TUN_BSD)
+#elif defined(SSH_TUN_OPENBSD)
        struct ifreq ifr;
        char name[100];
        int fd = -1, sock;
This page took 0.034309 seconds and 4 git commands to generate.