diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-19 18:46:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-19 18:46:19 +0000 |
commit | 2b0ea5c08029098fd0f09bd5bfbfa064013cf668 (patch) | |
tree | 2110bc573d15d87099f7e1ffe0688900e5e78beb /sys/arch/sparc64 | |
parent | 4127354be649211012be2d3b07644f89e7979284 (diff) |
Kill <sys/clist.h> - nothing uses it since years.
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> |