Add 'static' to the declaration, too.
This commit is contained in:
parent
2e416f9c51
commit
d37c9ba7d2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user