diff options
Diffstat (limited to 'audio/grip/files/patch-ac')
-rw-r--r-- | audio/grip/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/grip/files/patch-ac b/audio/grip/files/patch-ac new file mode 100644 index 000000000000..454fef3fd7e1 --- /dev/null +++ b/audio/grip/files/patch-ac @@ -0,0 +1,14 @@ +--- 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. */ + |