diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-22 07:45:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-22 07:45:49 +0000 |
commit | da866a99700f675ee8333505305574fa407d40d8 (patch) | |
tree | eb9dcfaabdf10103ae4a10c4330f30ec955561ff | |
parent | 097aa860ac681b3a586d48f4c5b8f26ba1703a73 (diff) |
need a blank line here... for now
-rw-r--r-- | sys/dev/atapiscsi/atapiscsi.c | 4 |
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; |