Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/net
On Oct 1, 2009, at 11:49 PM, Christoph Egger wrote:
Index: src/lib/libc/net/getaddrinfo.3
diff -u src/lib/libc/net/getaddrinfo.3:1.47 src/lib/libc/net/
getaddrinfo.3:1.48
--- src/lib/libc/net/getaddrinfo.3:1.47 Fri Oct 2 02:45:29 2009
+++ src/lib/libc/net/getaddrinfo.3 Fri Oct 2 06:49:23 2009
@@ -260,7 +260,7 @@
interface
.Dc .
.Pp
-The current implementation assumes a one-to-one relationship between
+The current implementation assumes an one-to-one relationship between
This is wrong.
Index: src/lib/libc/net/getaddrinfo.c
diff -u src/lib/libc/net/getaddrinfo.c:1.93 src/lib/libc/net/
getaddrinfo.c:1.94
--- src/lib/libc/net/getaddrinfo.c:1.93 Fri Oct 2 02:45:29 2009
+++ src/lib/libc/net/getaddrinfo.c Fri Oct 2 06:49:23 2009
@@ -1027,7 +1027,7 @@
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
This is wrong.
@@ -1799,7 +1799,7 @@
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
This is wrong.
Index: src/lib/libc/net/gethnamaddr.c
diff -u src/lib/libc/net/gethnamaddr.c:1.73 src/lib/libc/net/
gethnamaddr.c:1.74
--- src/lib/libc/net/gethnamaddr.c:1.73 Sat Jan 27 22:27:35 2007
+++ src/lib/libc/net/gethnamaddr.c Fri Oct 2 06:49:23 2009
@@ -573,7 +573,7 @@
host.h_length = size;
/*
- * 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.
This is wrong.
Home |
Main Index |
Thread Index |
Old Index