summaryrefslogtreecommitdiff
path: root/multimedia/libnms/patches/patch-wsocket_nmst__is__active.c
blob: 0a0a694233ee694e1380b38dad72bc4c3eff3f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-wsocket_nmst__is__active.c,v 1.1 2012/10/26 20:41:45 joerg Exp $

--- wsocket/nmst_is_active.c.orig	2012-10-26 16:08:24.000000000 +0000
+++ wsocket/nmst_is_active.c
@@ -28,7 +28,7 @@
 
 #include <nemesi/wsocket.h>
 
-inline int nmst_is_active(nms_transport * transport)
+int nmst_is_active(nms_transport * transport)
 {
 	return ((transport->type != SOCK_NONE) && (transport->fd >= 0));
 }