diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-26 00:15:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-26 00:15:38 +0000 |
commit | ce6eee8acba663d4c42e1900f5afedfe2ee028bf (patch) | |
tree | c580a9e1a53e56ce66fcee8950f57f6a0bc56b33 /sys/arch/hp300/dev/hd.c | |
parent | 2d67bf3f479a193a42cfda7c2ab1cca7613f6743 (diff) |
Nuke annoying defopt, by popular demand. Plus you get two typos fixed
for free.
Diffstat (limited to 'sys/arch/hp300/dev/hd.c')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index d6d2501afff..e607f116233 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.12 2001/05/01 16:51:09 millert Exp $ */ +/* $OpenBSD: hd.c,v 1.13 2001/08/26 00:15:36 miod Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -67,8 +67,6 @@ #include <hp300/dev/hdreg.h> #include <hp300/dev/hdvar.h> -#include "opt_useleds.h" - #ifdef USELEDS #include <hp300/hp300/leds.h> #endif |