From 8ebf1e88244a2051b2c4309617d2ddd8549aed14 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 8 Dec 1998 00:20:16 +0000 Subject: [PATCH] Remove xs_free_list; it no longer exists. --- sys/dev/scsipi/scsipi_base.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/scsipi/scsipi_base.h b/sys/dev/scsipi/scsipi_base.h index 361f1e1c95a4..6ef692dda9aa 100644 --- a/sys/dev/scsipi/scsipi_base.h +++ b/sys/dev/scsipi/scsipi_base.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsipi_base.h,v 1.8 1998/08/15 10:10:58 mycroft Exp $ */ +/* $NetBSD: scsipi_base.h,v 1.9 1998/12/08 00:20:16 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,8 +36,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -extern LIST_HEAD(xs_free_list, scsipi_xfer) xs_free_list; - struct scsipi_xfer *scsipi_get_xs __P((struct scsipi_link *, int)); void scsipi_free_xs __P((struct scsipi_xfer *, int));