summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-22 07:45:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-22 07:45:49 +0000
commitda866a99700f675ee8333505305574fa407d40d8 (patch)
treeeb9dcfaabdf10103ae4a10c4330f30ec955561ff
parent097aa860ac681b3a586d48f4c5b8f26ba1703a73 (diff)
need a blank line here... for now
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index b9a6de0ac10..63e8d5a1fab 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.4 1999/07/22 03:10:47 csapuntz Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.5 1999/07/22 07:45:48 deraadt Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -184,6 +184,8 @@ atapiscsi_attach(parent, self, aux)
struct ataparams *id = &ids;
int drive;
+ printf("\n");
+
/* Ouch */
as->valid[0] = as->valid[1] = 0;