summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-11 17:45:22 +0000
committereivind <eivind@FreeBSD.org>1999-01-11 17:45:22 +0000
commitd37c9ba7d2e8da279923a123e73f1b3b1dd6fd31 (patch)
tree3ce3630073aa41717787ede6e972032cd20a81fd /sys/cam
parent2e416f9c515765d1d8730900e58ad55cd5186226 (diff)
downloadFreeBSD-src-d37c9ba7d2e8da279923a123e73f1b3b1dd6fd31.zip
FreeBSD-src-d37c9ba7d2e8da279923a123e73f1b3b1dd6fd31.tar.gz
Add 'static' to the declaration, too.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c
index 486bbe3..3d3fc15 100644
--- a/sys/cam/scsi/scsi_cd.c
+++ b/sys/cam/scsi/scsi_cd.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_cd.c,v 1.11 1998/12/22 20:05:22 eivind Exp $
+ * $Id: scsi_cd.c,v 1.12 1999/01/07 20:20:57 mjacob Exp $
*/
/*
* Portions of this driver taken from the original FreeBSD cd driver.
@@ -199,7 +199,7 @@ static int cdrunccb(union ccb *ccb,
u_int32_t cam_flags,
u_int32_t sense_flags),
u_int32_t cam_flags, u_int32_t sense_flags);
-union ccb *cdgetccb(struct cam_periph *periph,
+static union ccb *cdgetccb(struct cam_periph *periph,
u_int32_t priority);
static void cddone(struct cam_periph *periph,
union ccb *start_ccb);
OpenPOWER on IntegriCloud