summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-04-15 17:47:40 +0000
committerbde <bde@FreeBSD.org>1998-04-15 17:47:40 +0000
commitb598f559b2947bb9582b53221185bb27d86cd68f (patch)
treef0a3b1121a7c68f5b6b630a3981fb3a4fbbc9c43 /sys/scsi
parent37b60f29dd0d528b8bc950b0b559f304b73db9ec (diff)
downloadFreeBSD-src-b598f559b2947bb9582b53221185bb27d86cd68f.zip
FreeBSD-src-b598f559b2947bb9582b53221185bb27d86cd68f.tar.gz
Support compiling with `gcc -ansi'.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c4
-rw-r--r--sys/scsi/od.c4
-rw-r--r--sys/scsi/sd.c4
-rw-r--r--sys/scsi/worm.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index b976c23..4655956 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.88 1997/12/14 00:32:33 jraynard Exp $
+ * $Id: cd.c,v 1.89 1998/01/24 02:54:48 eivind Exp $
*/
#include "opt_bounce.h"
@@ -154,7 +154,7 @@ static struct scsi_device cd_switch =
#define CD_START 1
#define CD_EJECT -2
-static inline void
+static __inline void
cd_registerdev(int unit)
{
if(dk_ndrive < DK_NDRIVE) {
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index 7a08357..e6fc3bb 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.34 1997/12/06 14:27:49 bde Exp $
+ * $Id: od.c,v 1.35 1998/01/24 02:54:49 eivind Exp $
*/
/*
@@ -175,7 +175,7 @@ static struct scsi_device od_switch =
od_strategy,
};
-static inline void
+static __inline void
od_registerdev(int unit)
{
if(dk_ndrive < DK_NDRIVE) {
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index c987221..de627ef 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -15,7 +15,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.120 1998/01/24 02:54:52 eivind Exp $
+ * $Id: sd.c,v 1.121 1998/02/16 23:57:49 eivind Exp $
*/
#include "opt_bounce.h"
@@ -154,7 +154,7 @@ static struct scsi_device sd_switch =
static struct scsi_xfer sx;
-static inline void
+static __inline void
sd_registerdev(int unit)
{
if(dk_ndrive < DK_NDRIVE) {
diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c
index abf9828..e79c512 100644
--- a/sys/scsi/worm.c
+++ b/sys/scsi/worm.c
@@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: worm.c,v 1.52 1998/02/09 06:11:02 eivind Exp $
+ * $Id: worm.c,v 1.53 1998/03/31 01:56:21 jmz Exp $
*/
#include "opt_bounce.h"
@@ -218,7 +218,7 @@ static struct worm_quirks worm_quirks_philips = {
hp4020i_write_session, hp4020i_read_first_writable_address
};
-static inline void
+static __inline void
worm_registerdev(int unit)
{
if (dk_ndrive < DK_NDRIVE) {
OpenPOWER on IntegriCloud