summaryrefslogtreecommitdiff
path: root/sys/dev/sr
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-06 22:14:46 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-06 22:14:46 +0000
commitea5c2064b430f3bb49aa6a4b6718aaba1d4521d2 (patch)
treed36a960e5351cdcb1412419245eb3b8ac7baaab9 /sys/dev/sr
parentea861c796820146ef6854dc2721a4f964f290939 (diff)
Notes
Diffstat (limited to 'sys/dev/sr')
-rw-r--r--sys/dev/sr/if_sr.c3
-rw-r--r--sys/dev/sr/if_sr_isa.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c
index 57e131b49eda..c75a9a248447 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.21 1999/01/18 21:27:03 julian Exp $
+ * $Id: if_sr.c,v 1.22 1999/03/30 13:28:23 phk Exp $
*/
/*
@@ -1250,7 +1250,6 @@ static int
srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
{
int s, error, was_up, should_be_up;
- struct sppp *sp = (struct sppp *)ifp;
struct sr_softc *sc = ifp->if_softc;
#if BUGGY > 0
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index 57e131b49eda..c75a9a248447 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.21 1999/01/18 21:27:03 julian Exp $
+ * $Id: if_sr.c,v 1.22 1999/03/30 13:28:23 phk Exp $
*/
/*
@@ -1250,7 +1250,6 @@ static int
srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
{
int s, error, was_up, should_be_up;
- struct sppp *sp = (struct sppp *)ifp;
struct sr_softc *sc = ifp->if_softc;
#if BUGGY > 0