diff options
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 54789636e26..d0242b840ca 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.65 2003/06/24 21:54:39 henric Exp $ */ +/* $OpenBSD: machdep.c,v 1.66 2004/02/19 18:46:18 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -93,7 +93,6 @@ #include <sys/kernel.h> #include <sys/conf.h> #include <sys/file.h> -#include <sys/clist.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/mount.h> |