diff options
| author | 1996-05-10 12:31:01 +0000 | |
|---|---|---|
| committer | 1996-05-10 12:31:01 +0000 | |
| commit | 09d901c00137cd7253a32d0af99153adea6fb4cd (patch) | |
| tree | b102ded9a192d562503deea757f2b50fb5aef00c /sys/net/if_ethersubr.c | |
| parent | remove makelinks, when done. (diff) | |
| download | wireguard-openbsd-09d901c00137cd7253a32d0af99153adea6fb4cd.tar.xz wireguard-openbsd-09d901c00137cd7253a32d0af99153adea6fb4cd.zip | |
if_name/if_unit -> if_xname/if_softc
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 2f1e87c6c38..88088654d62 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,5 +1,5 @@ -/* $OpenBSD: if_ethersubr.c,v 1.11 1996/05/06 14:13:53 mickey Exp $ */ -/* $NetBSD: if_ethersubr.c,v 1.18 1996/02/13 22:00:14 christos Exp $ */ +/* $OpenBSD: if_ethersubr.c,v 1.12 1996/05/10 12:31:08 deraadt Exp $ */ +/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */ /* * Copyright (c) 1982, 1989, 1993 @@ -333,7 +333,7 @@ ether_output(ifp, m0, dst, rt0) break; default: - printf("%s%d: can't handle af%d\n", ifp->if_name, ifp->if_unit, + printf("%s: can't handle af%d\n", ifp->if_xname, dst->sa_family); senderr(EAFNOSUPPORT); } |
