openbsd-ports/x11/gnome-mplayer/patches/patch-src_libgmlib_gm_file_c
dcoppa 2423823a12 Sync patch comments with reality
No functional changes, no bump.
2010-12-31 12:03:55 +00:00

15 lines
414 B
Plaintext

$OpenBSD: patch-src_libgmlib_gm_file_c,v 1.2 2010/12/31 12:03:55 dcoppa Exp $
from upstream: remove useless socket.h declaration
--- src/libgmlib/gm_file.c.orig Tue Nov 23 08:44:47 2010
+++ src/libgmlib/gm_file.c Tue Nov 23 08:46:25 2010
@@ -26,7 +26,6 @@
#include <string.h>
#include <stdio.h>
#include <unistd.h>
-#include <sys/socket.h>
gchar *gm_tempname(gchar * path, const gchar * name_template)
{