openbsd-ports/net/ushare/patches/patch-src_ctrl_telnet_h
ajacoutot 15449dfe44 Import ushare-1.1a
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server
component that provides UPnP media devices with information on available
multimedia files. uShare uses the built-in http server of libupnp to
stream the files to clients.

GeeXboX uShare is able to provide access to both images, videos, music
or playlists files (see below for a complete file format support list
It does not act as an UPnP Media Adaptor and thus, can't transcode
streams to fit the client requirements.

Note that DLNA support is not enabled on OpenBSD.
2010-03-22 22:26:59 +00:00

12 lines
341 B
Plaintext

$OpenBSD: patch-src_ctrl_telnet_h,v 1.1.1.1 2010/03/22 22:26:59 ajacoutot Exp $
--- src/ctrl_telnet.h.orig Tue Feb 9 13:07:37 2010
+++ src/ctrl_telnet.h Tue Feb 9 13:08:36 2010
@@ -25,6 +25,7 @@
#define CTRL_TELNET_SHARED_BUFFER_SIZE 256
#define CTRL_CLIENT_RECV_BUFFER_SIZE 256
+#include <sys/types.h>
#include <netinet/in.h>
/**