diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-16 16:14:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-16 16:14:28 +0000 |
| commit | bf25be48a512ea4d880d73c4c7cb84133ebc22d5 (patch) | |
| tree | 615cdfe7b4bd682482b05bb8cf71a6e13bc3f095 /sys/dev/fe | |
| parent | 8c13738f380db02aed2e3450c7ca77c05acdcd6e (diff) | |
Notes
Diffstat (limited to 'sys/dev/fe')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 80aba82862923..cfab4c724ced5 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -1083,7 +1083,6 @@ fe_attach ( struct isa_device *isa_dev ) * FIXME. */ if ( sc->sc_if.if_snd.ifq_maxlen == 0 ) { - extern int ifqmaxlen; /* Don't be so shocked... */ sc->sc_if.if_snd.ifq_maxlen = ifqmaxlen; } |
