summaryrefslogtreecommitdiff
path: root/sys/scsi/cd_scsi.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2004-05-09 14:08:12 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2004-05-09 14:08:12 +0000
commitb7afe491e978bbc2ea90d4e0af9c01d0bdd3aefb (patch)
treed3148af6467ae7b784a119d92c42700ef963686d /sys/scsi/cd_scsi.c
parent0045ab5c22cc14fb1ab109a1cdb8f4f5fbbbe328 (diff)
Remove some #ifndef __OpenBSD__/#endif sections that were intended to
make sync'ing with NetBSD easier. NetBSD has moved on, most of these sections have not. ok marco@ deraadt@ grange@ csapuntz@
Diffstat (limited to 'sys/scsi/cd_scsi.c')
-rw-r--r--sys/scsi/cd_scsi.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/scsi/cd_scsi.c b/sys/scsi/cd_scsi.c
index 1e3e476c3a5..a423823d0b6 100644
--- a/sys/scsi/cd_scsi.c
+++ b/sys/scsi/cd_scsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd_scsi.c,v 1.4 2002/03/14 01:27:13 millert Exp $ */
+/* $OpenBSD: cd_scsi.c,v 1.5 2004/05/09 14:08:11 krw Exp $ */
/* $NetBSD: cd_scsi.c,v 1.14 1998/08/31 22:28:06 cgd Exp $ */
/*-
@@ -54,10 +54,6 @@
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*/
-#ifndef __OpenBSD__
-#include "rnd.h"
-#endif
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>