diff options
| author | cgd <cgd@NetBSD.org> | 1993-12-10 10:57:40 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-12-10 10:57:40 +0000 |
| commit | 0e5dbe1a22bcdceeb388a9933e632d17a38a5e8a (patch) | |
| tree | d589c7d2838d0e31fbe164a753ea983d533cb9c0 /sys/dev | |
| parent | 1da7a80f7e972799af5e6fcf4c79bb17a71d9851 (diff) | |
IF_LLC0 -> IF_LINK0
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/if_ed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 4f2788fc199..80748d48c21 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -20,7 +20,7 @@ */ /* - * $Id: if_ed.c,v 1.11 1993/12/10 05:37:33 hpeyerl Exp $ + * $Id: if_ed.c,v 1.12 1993/12/10 10:57:47 cgd Exp $ */ /* @@ -129,7 +129,7 @@ /* For backwards compatibility */ #ifndef IFF_ALTPHYS -#define IFF_ALTPHYS IFF_LLC0 +#define IFF_ALTPHYS IFF_LINK0 #endif /* |
