diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
| commit | 4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch) | |
| tree | d25f628a9aba608f64fe75989d2287c6480e8b0b /sys/dev/ed | |
| parent | fbff0da4c8b49e614414ea85874ca2eace160515 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 5a3df2f68601..f4db11d90c95 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.126 1997/10/29 00:51:50 jdp Exp $ + * $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $ */ /* @@ -2570,7 +2570,6 @@ ed_ioctl(ifp, command, data) caddr_t data; { struct ed_softc *sc = ifp->if_softc; - struct ifreq *ifr = (struct ifreq *) data; int s, error = 0; if (sc->gone) { |
