From 036a60b7b9b319929563e0d8dad0ab64dc40d13c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 3 Oct 1999 04:12:07 +0000 Subject: [PATCH] Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR. --- sys/i386/isa/atapi-cd.h | 3 --- sys/i386/isa/wd_cd.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/i386/isa/atapi-cd.h b/sys/i386/isa/atapi-cd.h index 3e71b3fe18c..a6665225cdf 100644 --- a/sys/i386/isa/atapi-cd.h +++ b/sys/i386/isa/atapi-cd.h @@ -347,6 +347,3 @@ struct acd { u_int next_writeable_lba; /* Next writable position */ struct wormio_prepare_track preptrack; /* Scratch region */ }; - -#define CDRIOCBLANK _IO('c',100) /* Blank a CDRW disc */ -#define CDRIOCNEXTWRITEABLEADDR _IOR('c',101,int) diff --git a/sys/i386/isa/wd_cd.h b/sys/i386/isa/wd_cd.h index 3e71b3fe18c..a6665225cdf 100644 --- a/sys/i386/isa/wd_cd.h +++ b/sys/i386/isa/wd_cd.h @@ -347,6 +347,3 @@ struct acd { u_int next_writeable_lba; /* Next writable position */ struct wormio_prepare_track preptrack; /* Scratch region */ }; - -#define CDRIOCBLANK _IO('c',100) /* Blank a CDRW disc */ -#define CDRIOCNEXTWRITEABLEADDR _IOR('c',101,int)