diff options
Diffstat (limited to 'audio/mserv/patches/patch-aj')
-rw-r--r-- | audio/mserv/patches/patch-aj | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/mserv/patches/patch-aj b/audio/mserv/patches/patch-aj index 55194d8a250..ba6e77d13c4 100644 --- a/audio/mserv/patches/patch-aj +++ b/audio/mserv/patches/patch-aj @@ -1,15 +1,15 @@ -$NetBSD: patch-aj,v 1.2 2002/08/02 23:01:47 abs Exp $ +$NetBSD: patch-aj,v 1.3 2002/10/03 15:46:58 abs Exp $ ---- mserv/mservplay.c.orig Tue Jan 25 19:59:16 2000 -+++ mserv/mservplay.c -@@ -14,10 +14,6 @@ - #include "defines.h" - #include "misc.h" +--- mserv/mp3info.h.orig Thu Oct 3 16:10:22 2002 ++++ mserv/mp3info.h +@@ -7,8 +7,8 @@ --#ifndef PATH_MPG123 --#define PATH_MPG123 "/usr/local/bin/mpg123" --#endif -- - int main(int argc, char *argv[]) - { - const pid_t pid = getpid(); + typedef struct { + int present:1; +- char title[MP3ID3_TITLELEN+1]; +- char artist[MP3ID3_ARTISTLEN+1]; ++ char title[NAMELEN+1]; ++ char artist[AUTHORLEN+1]; + char album[MP3ID3_ALBUMLEN+1]; + char year[MP3ID3_YEARLEN+1]; + char comment[MP3ID3_COMMENTLEN+1]; |