diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-10 13:40:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-10 13:40:44 +0000 |
| commit | 6f4e0beb7eca16757834c4354bd6e9658e4033c2 (patch) | |
| tree | aaefb89a560ab76e15fa576ab1458dd020b6e04e /sys/dev/ed | |
| parent | 3b0b66ee0ee9a214fd03469d55f15b97c25fb391 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 9dee32492430c..b3d8f03c27b99 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.88 1995/12/05 02:00:43 davidg Exp $ + * $Id: if_ed.c,v 1.89 1995/12/05 13:01:33 davidg Exp $ */ /* @@ -92,7 +92,7 @@ /* * ed_softc: per line info and status */ -struct ed_softc { +static struct ed_softc { struct arpcom arpcom; /* ethernet common */ char *type_str; /* pointer to type string */ |
