blob: 2bd4e645f687941f14c55b75e611149c294544f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.4 2006/07/02 11:32:40 drochner Exp $
--- daapsharing/rb-daap-src.c.orig 2006-01-21 10:17:03.000000000 +0100
+++ daapsharing/rb-daap-src.c
@@ -54,6 +54,10 @@
#define RESPONSE_BUFFER_SIZE (4096)
+#ifndef MSG_NOSIGNAL
+#define MSG_NOSIGNAL 0
+#endif
+
#ifdef HAVE_GSTREAMER_0_8
typedef enum {
RB_DAAP_SRC_OPEN = GST_ELEMENT_FLAG_LAST,
|