add missing \n. sync with kame.

This commit is contained in:
Jun-ichiro itojun Hagino 2000-10-01 10:59:02 +00:00
parent 2cf3496166
commit de9c893eeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66504

View File

@ -1,5 +1,5 @@
/* $FreeBSD$ */
/* $KAME: in6_ifattach.c,v 1.61 2000/06/13 08:15:27 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.
@ -309,7 +309,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:
@ -778,7 +778,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 */