summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amp/patches/patch-ad')
-rw-r--r--audio/amp/patches/patch-ad16
1 files changed, 12 insertions, 4 deletions
diff --git a/audio/amp/patches/patch-ad b/audio/amp/patches/patch-ad
index 600f10842e9..e38021e78c6 100644
--- a/audio/amp/patches/patch-ad
+++ b/audio/amp/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.3 2005/05/31 21:44:42 rillig Exp $
+$NetBSD: patch-ad,v 1.4 2005/11/18 14:52:44 joerg Exp $
---- guicontrol.c.orig Sat Aug 23 13:30:51 1997
-+++ guicontrol.c Tue May 31 23:42:01 2005
+--- guicontrol.c.orig 1997-08-23 11:30:51.000000000 +0000
++++ guicontrol.c
@@ -312,6 +312,14 @@ void gui_control(void)
if (quit_flag)
{
@@ -26,7 +26,15 @@ $NetBSD: patch-ad,v 1.3 2005/05/31 21:44:42 rillig Exp $
if(fcntl(STDIN_FILENO, F_SETFL, flags) < 0)
perror("fcntl");
-@@ -394,7 +402,7 @@ int decodeMPEG_2(int inFilefd)
+@@ -376,6 +384,7 @@ int decodeMPEG_2(int inFilefd)
+ case GETHDR_SYN: warn("oops, we're out of sync.\n");
+ break;
+ default:
++ break;
+ }
+ break;
+ }
+@@ -394,7 +403,7 @@ int decodeMPEG_2(int inFilefd)
/* Set stdin to blocking */
if((flags = fcntl(STDIN_FILENO, F_GETFL, 0)) < 0)
perror("fcntl");