$NetBSD: patch-af,v 1.3 2000/08/10 11:56:34 wiz Exp $

--- cd_unix.c.orig	Sat Aug  5 03:43:04 2000
+++ cd_unix.c	Thu Aug 10 13:49:33 2000
@@ -62,7 +62,6 @@
 
 void cd_play(u32 from, u32 to, int repeat)
 {
-#ifdef SYSTEM_FREEBSD
     struct ioc_play_blocks playblocks;
 
     /* FIXME: ignores the repeat flag */
@@ -77,7 +76,6 @@
     playblocks.len = to - from;
 
     ioctl(cd_drive, CDIOCPLAYBLOCKS, &playblocks);
-#endif
 }
 
 #ifdef SYSTEM_LINUX