$NetBSD: patch-ae,v 1.5 2005/12/03 03:17:14 ben Exp $

--- iodev/eth_tuntap.cc.orig	2005-05-21 00:38:29.000000000 -0700
+++ iodev/eth_tuntap.cc
@@ -58,7 +58,7 @@
 #include <linux/if_tun.h>
 #else
 #include <net/if.h>
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__NetBSD__)
 #include <net/if_tap.h>
 #endif
 #endif
