On Thu, Jun 02, 2005 at 04:33:36PM -0700, Michael Coulter wrote:
> > audio/libworkman                scsi_cd.h
> 
> Does this work for other people as well ?
> 
That looks correct. scsi_cd.h was recently removed from the
scsi system.

.... Ken

> Index: patches/patch-plat_openbsd_c
> ===================================================================
> RCS file: /cvs/ports/audio/libworkman/patches/patch-plat_openbsd_c,v
> retrieving revision 1.1.1.1
> diff -u -u -r1.1.1.1 patch-plat_openbsd_c
> --- patches/patch-plat_openbsd_c      6 Feb 2001 11:50:21 -0000       1.1.1.1
> +++ patches/patch-plat_openbsd_c      2 Jun 2005 23:22:19 -0000
> @@ -1,13 +1,13 @@
>  $OpenBSD: patch-plat_openbsd_c,v 1.1.1.1 2001/02/06 11:50:21 wilfried Exp $
> ---- plat_openbsd.c.orig      Sun Mar  7 09:36:40 1999
> -+++ plat_openbsd.c   Mon Feb  5 08:00:55 2001
> -@@ -54,10 +54,13 @@ static char plat_openbsd[] = "$Id: plat_
> +--- plat_openbsd.c.orig      Sun Mar  7 00:36:40 1999
> ++++ plat_openbsd.c   Thu Jun  2 15:15:52 2005
> +@@ -54,10 +54,12 @@ static char plat_openbsd[] = "$Id: plat_
>   #include <sys/ioctl.h>
>   #include <sys/cdio.h>
>   #include <sys/scsiio.h>
>  +#include <scsi/cd.h>
>   #include <scsi/scsi_all.h>
> - #include <scsi/scsi_cd.h>
> +-#include <scsi/scsi_cd.h>
>   
>   #include "include/wm_struct.h"
>  +#include "include/wm_cdrom.h"
> @@ -15,7 +15,7 @@
>   
>   #define WM_MSG_CLASS WM_MSG_CLASS_PLATFORM
>   
> -@@ -82,7 +85,7 @@ gen_init(struct wm_drive *d)
> +@@ -82,7 +84,7 @@ gen_init(struct wm_drive *d)
>    * Get the number of tracks on the CD.
>    */
>   int
> @@ -24,7 +24,7 @@
>   {
>       struct ioc_toc_header   hdr;
>   
> -@@ -473,7 +476,7 @@ wmcd_open(struct wm_drive *d)
> +@@ -473,7 +475,7 @@ wmcd_open(struct wm_drive *d)
>                       if (!warned)
>                       {
>                               fprintf(stderr,
> 

Reply via email to