public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/ushare/files: 05_all_missing_headers.patch
@ 2012-05-27 16:45 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-05-27 16:45 UTC (permalink / raw
  To: gentoo-commits

xmw         12/05/27 16:45:01

  Added:                05_all_missing_headers.patch
  Log:
  Revbump to include includes patch by Sal Gonzalez (bug 415649)
  
  (Portage version: 2.1.10.62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/ushare/files/05_all_missing_headers.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ushare/files/05_all_missing_headers.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ushare/files/05_all_missing_headers.patch?rev=1.1&content-type=text/plain

Index: 05_all_missing_headers.patch
===================================================================
diff -uNr ushare-1.1a.a/src/cds.c ushare-1.1a.b/src/cds.c
--- ushare-1.1a.a/src/cds.c	2007-12-09 08:03:36.000000000 -0500
+++ ushare-1.1a.b/src/cds.c	2012-05-27 11:28:42.000000000 -0400
@@ -19,7 +19,9 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
+#include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <upnp/upnp.h>
 #include <upnp/upnptools.h>
 
diff -uNr ushare-1.1a.a/src/cms.c ushare-1.1a.b/src/cms.c
--- ushare-1.1a.a/src/cms.c	2007-12-09 08:03:36.000000000 -0500
+++ ushare-1.1a.b/src/cms.c	2012-05-27 11:25:03.000000000 -0400
@@ -20,6 +20,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <upnp/upnp.h>
 #include <upnp/upnptools.h>
 
diff -uNr ushare-1.1a.a/src/http.c ushare-1.1a.b/src/http.c
--- ushare-1.1a.a/src/http.c	2012-05-27 11:23:32.000000000 -0400
+++ ushare-1.1a.b/src/http.c	2012-05-27 11:25:13.000000000 -0400
@@ -25,6 +25,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <errno.h>
 
diff -uNr ushare-1.1a.a/src/presentation.c ushare-1.1a.b/src/presentation.c
--- ushare-1.1a.a/src/presentation.c	2007-12-09 08:03:36.000000000 -0500
+++ ushare-1.1a.b/src/presentation.c	2012-05-27 11:30:08.000000000 -0400
@@ -18,7 +18,9 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
+#include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #if HAVE_LANGINFO_CODESET
 # include <langinfo.h>
diff -uNr ushare-1.1a.a/src/services.c ushare-1.1a.b/src/services.c
--- ushare-1.1a.a/src/services.c	2007-12-09 08:03:36.000000000 -0500
+++ ushare-1.1a.b/src/services.c	2012-05-27 11:25:26.000000000 -0400
@@ -20,6 +20,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <upnp/upnp.h>
 #include <upnp/upnptools.h>
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-27 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-27 16:45 [gentoo-commits] gentoo-x86 commit in media-video/ushare/files: 05_all_missing_headers.patch Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox