openbsd-ports/audio/xmcd/patches/patch-ac

12 lines
244 B
Plaintext

--- common_d/util.c.DIST Sat Oct 31 11:21:04 1998
+++ common_d/util.c Sat Oct 31 11:21:33 1998
@@ -701,6 +701,7 @@
switch (cpid = FORK()) {
case 0:
/* Child process */
+ close(4); /* release the CD-ROM device */
break;
case -1: