openbsd-ports/multimedia/xine-lib/patches/patch-src_input_media_helper_c
jakemsr df581e9d78 initial import of xine-lib
xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It
also decodes multimedia files like AVI, MOV, WMV, and MP3 from local
disk drives, and displays multimedia streamed over the Internet. It
interprets many of the most common multimedia formats available - and
some of the most uncommon formats, too.

prodded by jolan@ and bernd@
2006-03-24 22:43:41 +00:00

13 lines
432 B
Plaintext

$OpenBSD: patch-src_input_media_helper_c,v 1.1.1.1 2006/03/24 22:43:41 jakemsr Exp $
--- src/input/media_helper.c.orig Thu Jan 5 00:56:48 2006
+++ src/input/media_helper.c Thu Jan 5 00:57:11 2006
@@ -59,7 +59,7 @@ static int media_umount_media(const char
pid=fork();
if (pid == 0) {
- execl("/bin/umount", "umount", device, NULL);
+ execl("/bin/umount", "umount", device, (char *)NULL);
exit(127);
}
do {