summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-10-02 04:45:04 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-10-02 04:45:04 +0000
commitf4a8933e2b53234d6db28805fe89b1452e6c70ea (patch)
treeb73f7768c840578e41b60c07275ba91eb2065feb /sys
parent6bb186a235578ec804ef31fe9b287d20b5f146e4 (diff)
fix missing \n. from doug@freebsd (sync with kame)
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/in6_ifattach.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c
index 61932b90851..6df70e57750 100644
--- a/sys/netinet6/in6_ifattach.c
+++ b/sys/netinet6/in6_ifattach.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: in6_ifattach.c,v 1.10 2000/05/05 07:58:15 itojun Exp $ */
-/* $KAME: in6_ifattach.c,v 1.53 2000/04/16 14:01:42 itojun Exp $ */
+/* $OpenBSD: in6_ifattach.c,v 1.11 2000/10/02 04:45:03 itojun Exp $ */
+/* $KAME: in6_ifattach.c,v 1.67 2000/10/01 10:51:54 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -270,7 +270,7 @@ get_ifid(ifp0, altifp, in6)
if (altifp && get_hw_ifid(altifp, in6) == 0) {
#ifdef ND6_DEBUG
printf("%s: got interface identifier from %s\n",
- if_name(ifp0), ifname(altifp));
+ if_name(ifp0), if_name(altifp));
#endif
goto success;
}
@@ -306,7 +306,7 @@ get_ifid(ifp0, altifp, in6)
goto success;
}
- printf("%s: failed to get interface identifier", if_name(ifp0));
+ printf("%s: failed to get interface identifier\n", if_name(ifp0));
return -1;
success:
@@ -662,7 +662,7 @@ in6_ifattach(ifp, altifp)
ia = in6ifa_ifpforlinklocal(ifp, 0);
if (ia == NULL) {
- printf("%s: failed to add link-local address",
+ printf("%s: failed to add link-local address\n",
if_name(ifp));
/* we can't initialize multicasts without link-local */