summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-20 09:30:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-20 09:30:56 +0000
commitf19501108e7003868f8525e21204c8decd23d505 (patch)
tree8665c04eb2418c868cfd6ada36aeb9d75afd3790 /sys
parentae1813d3ff2050d66ed36351c98ba34ab54534ae (diff)
strip%d not st%d
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_strip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_strip.c b/sys/net/if_strip.c
index 2f616abe8b9..35a39aec185 100644
--- a/sys/net/if_strip.c
+++ b/sys/net/if_strip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_strip.c,v 1.7 1997/06/01 20:40:56 deraadt Exp $ */
+/* $OpenBSD: if_strip.c,v 1.8 1997/06/20 09:30:55 deraadt Exp $ */
/* $NetBSD: if_strip.c,v 1.2.4.3 1996/08/03 00:58:32 jtc Exp $ */
/* from: NetBSD: if_sl.c,v 1.38 1996/02/13 22:00:23 christos Exp $ */
@@ -347,7 +347,7 @@ stripattach(n)
for (sc = st_softc; i < NSTRIP; sc++) {
sc->sc_unit = i; /* XXX */
- sprintf(sc->sc_if.if_xname, "st%d", i++);
+ sprintf(sc->sc_if.if_xname, "strip%d", i++);
sc->sc_if.if_softc = sc;
sc->sc_if.if_mtu = SLMTU;
sc->sc_if.if_flags = 0;