Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/net to synchronize with progress of discussion for ...
details: https://anonhg.NetBSD.org/src/rev/d528bd27d93a
branches: trunk
changeset: 482624:d528bd27d93a
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Feb 17 17:06:17 2000 +0000
description:
to synchronize with progress of discussion for post
draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01),
use "address%interface" notation for extended scoped IPv6 address.
NOTE: the change affects link-local addresses only. I hope it to be
the final change on it.....
diffstat:
lib/libc/net/getaddrinfo.c | 4 ++--
lib/libc/net/getnameinfo.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 8cccee5c29bc -r d528bd27d93a lib/libc/net/getaddrinfo.c
--- a/lib/libc/net/getaddrinfo.c Thu Feb 17 16:30:44 2000 +0000
+++ b/lib/libc/net/getaddrinfo.c Thu Feb 17 17:06:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getaddrinfo.c,v 1.30 2000/02/16 04:50:23 itojun Exp $ */
+/* $NetBSD: getaddrinfo.c,v 1.31 2000/02/17 17:06:17 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -785,7 +785,7 @@
if (cp == NULL)
return explore_numeric(pai, hostname, servname, res);
-#if 1
+#if 0
/*
* Handle special case of <scope id><delimiter><scoped_address>
*/
diff -r 8cccee5c29bc -r d528bd27d93a lib/libc/net/getnameinfo.c
--- a/lib/libc/net/getnameinfo.c Thu Feb 17 16:30:44 2000 +0000
+++ b/lib/libc/net/getnameinfo.c Thu Feb 17 17:06:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getnameinfo.c,v 1.11 2000/02/16 04:50:23 itojun Exp $ */
+/* $NetBSD: getnameinfo.c,v 1.12 2000/02/17 17:06:17 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -233,7 +233,7 @@
if (scopelen + 1 + numaddrlen + 1 > hostlen)
return ENI_MEMORY;
-#if 1
+#if 0
/*
* construct <scopeid><delim><numeric-addr>
*/
Home |
Main Index |
Thread Index |
Old Index