summaryrefslogtreecommitdiff
path: root/emulators/simh/patches/patch-ab
blob: 0cc8e1c85a1aafd4c9560607bc1a64ccc89e1595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.7 2012/05/04 09:38:23 hans Exp $

--- sim_ether.c.orig	2012-03-30 16:30:26.000000000 +0200
+++ sim_ether.c	2012-05-03 23:31:13.438944514 +0200
@@ -806,6 +806,8 @@ void eth_show_dev (FILE* st, ETH_DEV* de
 #include <sys/ioctl.h> 
 #include <net/if.h> 
 #include <linux/if_tun.h> 
+#elif defined(__sun)
+#undef USE_TAP_NETWORK
 #elif defined(USE_BSDTUNTAP)
 #include <sys/types.h>
 #include <net/if_types.h>