openbsd-ports/graphics/libdvbpsi/patches/patch-examples_connect_c
2010-04-26 00:11:37 +00:00

13 lines
359 B
Plaintext

$OpenBSD: patch-examples_connect_c,v 1.2 2010/04/26 00:11:37 jolan Exp $
--- examples/connect.c.orig Wed Sep 17 04:39:35 2008
+++ examples/connect.c Sat Apr 24 18:58:17 2010
@@ -38,7 +38,7 @@
# include <netinet/if_ether.h>
#endif
#include <netdb.h>
-#ifndef __FreeBSD__
+#ifndef __OpenBSD__
# include <netinet/ip.h>
#endif
#include <netinet/udp.h>