summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ac
blob: 7cca0379b45aef470f8e47df450880040a087c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.1.1.1 2004/11/09 13:05:34 xtraeme Exp $

--- vl.c.orig	2004-07-10 21:20:09.000000000 +0300
+++ vl.c
@@ -40,9 +40,9 @@
 #include <sys/socket.h>
 #ifdef _BSD
 #include <sys/stat.h>
-#ifndef __APPLE__
-#include <libutil.h>
-#endif
+//#ifndef __APPLE__
+//#include <libutil.h>
+//#endif
 #else
 #include <linux/if.h>
 #include <linux/if_tun.h>