Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/net/getaddrinfo.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/net/getaddrinfo.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.93 retrieving revision 1.94 diff -u -p -r1.93 -r1.94 --- src/lib/libc/net/getaddrinfo.c 2009/10/02 02:45:29 1.93 +++ src/lib/libc/net/getaddrinfo.c 2009/10/02 06:49:23 1.94 @@ -1,4 +1,4 @@ -/* $NetBSD: getaddrinfo.c,v 1.93 2009/10/02 02:45:29 tsarna Exp $ */ +/* $NetBSD: getaddrinfo.c,v 1.94 2009/10/02 06:49:23 cegger Exp $ */ /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */ /* @@ -55,7 +55,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: getaddrinfo.c,v 1.93 2009/10/02 02:45:29 tsarna Exp $"); +__RCSID("$NetBSD: getaddrinfo.c,v 1.94 2009/10/02 06:49:23 cegger Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" @@ -1027,7 +1027,7 @@ ip6_str2scopeid(char *scope, struct sock if (IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) { /* - * We currently assume a one-to-one mapping between links + * We currently assume an one-to-one mapping between links * and interfaces, so we simply use interface indices for * like-local scopes. */ @@ -1799,7 +1799,7 @@ res_searchN(const char *name, struct res trailing_dot++; /* - * if there aren't any dots, it could be a user-level alias + * if there aren't any dots, it could be an user-level alias */ if (!dots && (cp = __hostalias(name)) != NULL) { ret = res_queryN(cp, target, res);