summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-19 18:46:19 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-19 18:46:19 +0000
commit2b0ea5c08029098fd0f09bd5bfbfa064013cf668 (patch)
tree2110bc573d15d87099f7e1ffe0688900e5e78beb /sys
parent4127354be649211012be2d3b07644f89e7979284 (diff)
Kill <sys/clist.h> - nothing uses it since years.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hp300/hp300/machdep.c3
-rw-r--r--sys/arch/mac68k/mac68k/machdep.c3
-rw-r--r--sys/arch/mvme68k/mvme68k/machdep.c3
-rw-r--r--sys/arch/sparc/sparc/machdep.c3
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c3
-rw-r--r--sys/arch/vax/uba/qv.c3
-rw-r--r--sys/sys/clist.h39
7 files changed, 6 insertions, 51 deletions
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c
index 7eb640b7506..7926c7c6397 100644
--- a/sys/arch/hp300/hp300/machdep.c
+++ b/sys/arch/hp300/hp300/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.89 2004/01/27 16:16:22 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.90 2004/02/19 18:46:18 miod Exp $ */
/* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */
/*
@@ -43,7 +43,6 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/timeout.h>
-#include <sys/clist.h>
#include <sys/conf.h>
#include <sys/exec.h>
#include <sys/file.h>
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c
index 6700d3bc7e0..8800b095479 100644
--- a/sys/arch/mac68k/mac68k/machdep.c
+++ b/sys/arch/mac68k/mac68k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.110 2004/01/27 16:16:27 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.111 2004/02/19 18:46:18 miod Exp $ */
/* $NetBSD: machdep.c,v 1.207 1998/07/08 04:39:34 thorpej Exp $ */
/*
@@ -86,7 +86,6 @@
#include <sys/reboot.h>
#include <sys/conf.h>
#include <sys/file.h>
-#include <sys/clist.h>
#include <sys/timeout.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c
index da965c2fe9d..12086f6700b 100644
--- a/sys/arch/mvme68k/mvme68k/machdep.c
+++ b/sys/arch/mvme68k/mvme68k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.80 2004/01/16 23:40:17 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.81 2004/02/19 18:46:18 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -71,7 +71,6 @@
#include <sys/reboot.h>
#include <sys/conf.h>
#include <sys/file.h>
-#include <sys/clist.h>
#include <sys/timeout.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c
index 0e936efb302..05ace2756b9 100644
--- a/sys/arch/sparc/sparc/machdep.c
+++ b/sys/arch/sparc/sparc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.96 2003/12/20 00:49:46 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.97 2004/02/19 18:46:18 miod Exp $ */
/* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */
/*
@@ -52,7 +52,6 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/file.h>
-#include <sys/clist.h>
#include <sys/timeout.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
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>
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c
index 3912010ccaf..892ebbea560 100644
--- a/sys/arch/vax/uba/qv.c
+++ b/sys/arch/vax/uba/qv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qv.c,v 1.10 2004/01/29 21:34:17 deraadt Exp $ */
+/* $OpenBSD: qv.c,v 1.11 2004/02/19 18:46:18 miod Exp $ */
/* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */
/*-
@@ -137,7 +137,6 @@
#include "sys/map.h"
#include "sys/buf.h"
#include "sys/vm.h"
-#include "sys/clist.h"
#include "sys/file.h"
#include "sys/uio.h"
#include "sys/kernel.h"
diff --git a/sys/sys/clist.h b/sys/sys/clist.h
deleted file mode 100644
index 013fb66c573..00000000000
--- a/sys/sys/clist.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* $OpenBSD: clist.h,v 1.4 2003/06/02 23:28:20 millert Exp $ */
-/* $NetBSD: clist.h,v 1.7 1995/03/26 20:23:57 jtc Exp $ */
-
-/*-
- * Copyright (c) 1990, 1993
- * The Regents of the University of California. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#)clist.h 8.1 (Berkeley) 6/4/93
- */
-
-struct cblock {
- struct cblock *c_next; /* next cblock in queue */
- char c_quote[CBQSIZE]; /* quoted characters */
- char c_info[CBSIZE]; /* characters */
-};