summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/patches/patch-ac')
-rw-r--r--audio/vorbis-tools/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/vorbis-tools/patches/patch-ac b/audio/vorbis-tools/patches/patch-ac
deleted file mode 100644
index f86e1c6decc..00000000000
--- a/audio/vorbis-tools/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2001/03/23 16:18:56 wiz Exp $
-
---- ogg123/buffer.c.orig Tue Jan 30 11:42:48 2001
-+++ ogg123/buffer.c
-@@ -92,6 +92,9 @@
- perror ("shmat");
- exit (1);
- }
-+
-+ /* Remove segment after last process detaches it or terminates. */
-+ shmctl(shmid, IPC_RMID, 0);
-
- buffer_init (buf, size);
-