diff options
Diffstat (limited to 'audio/grip/files/patch-ac')
-rw-r--r-- | audio/grip/files/patch-ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/grip/files/patch-ac b/audio/grip/files/patch-ac deleted file mode 100644 index 454fef3fd7e1..000000000000 --- a/audio/grip/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- cd.c.orig Tue Apr 18 10:37:44 2000 -+++ cd.c Mon Sep 4 17:59:26 2000 -@@ -98,6 +98,11 @@ - return cd_desc; - } - -+void CDCloseDevice(int cd_desc) -+{ -+ close(cd_desc); -+} -+ - /* Update a CD status structure... because operating system interfaces vary - so does this function. */ - |