aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-01-11 17:45:22 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-01-11 17:45:22 +0000
commitcd651e81197e5830b7431ebe35b0abbedd9e6b88 (patch)
treef43b6178bf57582555f0075749553b3e8e66b082
parente81feb8a840d850b41d7c00959abdc362ed25aaf (diff)
downloadsrc-cd651e81197e5830b7431ebe35b0abbedd9e6b88.tar.gz
src-cd651e81197e5830b7431ebe35b0abbedd9e6b88.zip
Add 'static' to the declaration, too.
Notes
Notes: svn path=/head/; revision=42531
-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 486bbe37d854..3d3fc150bb04 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);