summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-07-22 07:45:48 +0000
committerderaadt <deraadt@openbsd.org>1999-07-22 07:45:48 +0000
commita0a14a4ea492d79ddfa9dbeb65727a616746f84d (patch)
treea089edb20382d1b80c8576850bfa89815bb68686
parentrename primary/secondary to channel 0/1 (diff)
downloadwireguard-openbsd-a0a14a4ea492d79ddfa9dbeb65727a616746f84d.tar.xz
wireguard-openbsd-a0a14a4ea492d79ddfa9dbeb65727a616746f84d.zip
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;