projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ltq-ifxos: only attempt to build if the lantiq target is selected (fixes #9035)
[openwrt.git]
/
tools
/
qemu
/
patches
/
010-freebsd-fix.patch
1
--- a/block/sheepdog.c
2
+++ b/block/sheepdog.c
3
@@ -12,7 +12,7 @@
4
#include <windows.h>
5
#include <winsock2.h>
6
#include <ws2tcpip.h>
7
-#else
8
+#elifndef __FreeBSD__
9
#include <netdb.h>
10
#include <netinet/tcp.h>
11
This page took
0.045782 seconds
and
5
git commands to generate.