summaryrefslogtreecommitdiff
path: root/sys/dev/sr
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-01-18 21:27:03 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-01-18 21:27:03 +0000
commitd800ff4aed31bda152cf52c789b29d1e9517e8d5 (patch)
treea1a327f99930c3d08c4fea15d431e8d0d52b1083 /sys/dev/sr
parentb645ff7fc39403c84e28d53858c74885fd739020 (diff)
Notes
Diffstat (limited to 'sys/dev/sr')
-rw-r--r--sys/dev/sr/if_sr.c4
-rw-r--r--sys/dev/sr/if_sr_isa.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c
index baa3d18e7167..b37e5633f387 100644
--- a/sys/dev/sr/if_sr.c
+++ b/sys/dev/sr/if_sr.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
+ * $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
*/
/*
@@ -867,7 +867,7 @@ srattach(struct sr_hardc *hc)
*
*/
static void
-srintr(int init)
+srintr(int unit)
{
struct sr_hardc *hc;
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index baa3d18e7167..b37e5633f387 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
+ * $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
*/
/*
@@ -867,7 +867,7 @@ srattach(struct sr_hardc *hc)
*
*/
static void
-srintr(int init)
+srintr(int unit)
{
struct sr_hardc *hc;