summaryrefslogtreecommitdiff
path: root/sys/netiso/iso_snpac.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:24 +0000
commit6b3251024eafed21fd1f959dd3403eea5f520cc6 (patch)
tree71c753c7e8d0c4db5e1bc1fde6ad4e86ffa6f8db /sys/netiso/iso_snpac.c
parent02ca3f3ee25cc0505314e846136b6e767eb83de8 (diff)
if_name/if_unit -> if_xname/if_softc
Diffstat (limited to 'sys/netiso/iso_snpac.c')
-rw-r--r--sys/netiso/iso_snpac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netiso/iso_snpac.c b/sys/netiso/iso_snpac.c
index 991ccc25c66..cb720410473 100644
--- a/sys/netiso/iso_snpac.c
+++ b/sys/netiso/iso_snpac.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: iso_snpac.c,v 1.3 1996/04/21 22:29:32 deraadt Exp $ */
-/* $NetBSD: iso_snpac.c,v 1.12 1996/04/13 01:35:00 cgd Exp $ */
+/* $OpenBSD: iso_snpac.c,v 1.4 1996/05/10 12:31:22 deraadt Exp $ */
+/* $NetBSD: iso_snpac.c,v 1.13 1996/05/07 02:45:16 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -268,10 +268,10 @@ iso_setmcasts(ifp, req)
}
if (doreset) {
if (ifp->if_reset)
- (*ifp->if_reset) (ifp->if_unit);
+ (*ifp->if_reset) (ifp);
else
- printf("iso_setmcasts: %s%d needs reseting to receive iso mcasts\n",
- ifp->if_name, ifp->if_unit);
+ printf("iso_setmcasts: %s needs reseting to receive iso mcasts\n",
+ ifp->if_xname);
}
}