Add 'static' to the declaration, too.

This commit is contained in:
Eivind Eklund 1999-01-11 17:45:22 +00:00
parent e81feb8a84
commit cd651e8119
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42531

View file

@ -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);