artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e1ec2
)
Remove extra blank line
author
niklas
<niklas@openbsd.org>
Sat, 4 Jan 1997 14:05:50 +0000
(14:05 +0000)
committer
niklas
<niklas@openbsd.org>
Sat, 4 Jan 1997 14:05:50 +0000
(14:05 +0000)
sys/arch/i386/isa/isa_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/isa/isa_machdep.c
b/sys/arch/i386/isa/isa_machdep.c
index
134f798
..
d83ece8
100644
(file)
--- a/
sys/arch/i386/isa/isa_machdep.c
+++ b/
sys/arch/i386/isa/isa_machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: isa_machdep.c,v 1.1
8 1996/12/12 07:44:55 deraadt Exp $
*/
+/* $OpenBSD: isa_machdep.c,v 1.1
9 1997/01/04 14:05:50 niklas Exp $
*/
/* $NetBSD: isa_machdep.c,v 1.14 1996/05/12 23:06:18 mycroft Exp $ */
/*-
@@
-340,7
+340,6
@@
isa_attach_hook(parent, self, iba)
struct device *parent, *self;
struct isabus_attach_args *iba;
{
-
/* Nothing to do. */
}