freebsd-ports/audio/grip/files/patch-ac

15 lines
285 B
Plaintext
Raw Normal View History

--- 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. */